dimanche 15 mars 2015

#Tatouage numérique #Watermark

Adding-watermark
Ajouter-un-watermark-avec-PHP 
Ajout d'un tatouage numérique sur des images en utilisant un canal Alpha
Exemple avec imagecopymerge() pour créer un tatouage numérique translucide
image.intervention.io
Image-Watermark-Function-How-To-Add-On-the-Fly-Tutorial
Image Watermarks with Imagick---
image-watermark A powerful watermark library for single page images, multipage images, and pdf files based on ImageMagick for node.jsJWatermarks
PicMarkr lets you to add custom watermark (image or text) to your images online and free.
It is useful when you need to protect your copyrights or if you want to add comments
to your photos.
We have a Pro version for MS Windows ® - check PicMarkr Pro website for details. Upload images from your computer or grab them from Flickr, Facebook, Picasa.
water-mark/imagemagick

---
Plugin pour EyeOfGnome
Protéger-les-images-de-son-site-web-conseil
Protéger-images-PHP-watermark
Protéger ses pages, images... avec css
Site Logo/ Watermark Script
Using PHP GD To Add Watermark To ImagesWatermark d'images : script PHP simple, multi-formats, et multi-tailles
Wideimage-merge-watermark
LaFermeDuWeb.net/watermark-js-un-watermark-auto-sur-vos-images-avec-html5-canvas 
Codeofaninja/append-watermark-image-using-php
LaFermeDuWeb/ajax-image-editor-uploadez-manipulez-watermarkez-vos-images-sur-votre-propre-site  

Watermark Your Images with another Image Using PHP and GD Library
Watermark-js-generez-des-watermarks-sur-vos-images-cote-front
marius.me.uk/blog/2006/12/python-scripts/
bash$ python
>>> from PIL import Image
>>> fi = Image.open("filter.png") #open the filter
>>> fi.show() # have I opened the correct image? :D
>>> im = Image.open("image.jpg") #open the image
>>> im.show() # have I opened the correct image? :)
>>> im.paste(fi,(im.size[0]-fi.size[0],im.size[1]-fi.size[1]),fi)
>>> # paste the logo on the desired image.
>>> # this logo will be placed on the right-down corner.
>>> im.show() # voila :)
>>> im.save("image_watermark.jpg", quality=95)

Script chg-prop-photo pour rajouter un copyright dans les informations exif d'une photo :

#!/bin/bash
[ -z $1 ] && echo "!!! Vous devez fournir un nom de répertoire, . est acceptable" && exit 1
[ ! -d $1 ] && echo "$1 n'est pas un répertoire" && exit 1
exiftool -r -ext JPG -ext jpg -overwrite_original_in_place -copyright='Copyright distributions.free.fr' $1

Script taillimg-jpg pour réduire de moitié la taille d'une image :


#!/bin/bash
for i in *.jpg; do convert $i -resize 50% $(basename $i .jpg).jpg; done
Script rajouter du texte blanc pour rajouter un libellé dans le coin inférieur droit d'une photo :
#!/bin/bash

for i in *.jpg; do
        convert $i -font Courier -pointsize 25 \
          -draw "gravity SouthEast \
                 fill black  text 0,12 '
distributions.free.fr' \
                 fill white  text 1,11 '
distributions.free.fr' " \
         $(basename $i .jpg).jpg;
done 



Pas de click droit:
Placez ce script entre <head> </head>, vous pouvez changer le texte en rouge.

<script LANGUAGE="JavaScript">
<!--
function click() {
if (event.button==2) {
alert('Pas de clic droit.');
}
}
document.onmousedown=click
// -->
</script>
Javascript pour cacher le lien de téléchargement :

Un petit script pour cacher le lien de téléchargement de votre
produit pour qu'il ne soit pas visible lors du survol de la souris.

<!---début du script--->
< a href="nom_du_fichier" onMouseOver="window.status='';return true">Texte de votre lien</a>

<!---fin du script--->

Rendre impossible la lecture du code source de la page :
<!---début du script--->
<script language="JavaScript1.2">
function nosource()
{
alert('Copie du code interdite ...');
return(false);
}
document.oncontextmenu = nosource;
</script>

<!---fin du script--->

Watermark online / tatouage numérique en ligne :

TSR Watermark-image property online, with WordPress integration.
Watermark.ws

Sur window$ :
Mesclar Tool for applying watermarks or banners to a bunch of images at once.
Supports many different image formats, such as jpg, gif, png, bmp and many others (all formats supported by the ImageMagick library).
Watermark an entire directory of images with a user-friendly and very easy to use graphical interface!
It takes only 5 steps:
1. Select source directory
2. Select watermark/banner image
3. Select destination directory
4. Set merging attributes (size/position)
5. Click Start and go have a coffee
Pay attention to the project requisites!
You have to install the .NET Framework 4 and ImageMagick for this software to work properly.
You can find the download links for those projects at this project's website lojaaffinita.com.br/mesclaruMark
Watermark-magick

Protéger ses images :

Blockai
Taggueur d'images en PHP

Autres :
DupliChecker



Aucun commentaire:

Enregistrer un commentaire

Archives du blog