Watermark - Version 0.8
Current Changes:
The version 0.8 of Watermark works with the concept of Roles. This concept has been implemented in Wordpress since version 2.0.
Some people don’t like to create backup files (.bak) while watermarking-process of pictures already existing on web-server. Now you can setup (on/off) the backup function.
March 3rd, 2007 at 16:32
Dr. Merek, thank you for the wonderful plugin!
メレクさん、素晴らしいプラグインをありがとう!
March 3rd, 2007 at 20:23
i cant download, the file size is 0 kb, fix plz
March 3rd, 2007 at 21:38
i can’t see any problems with the download. please try again!
March 4th, 2007 at 7:03
Hi, I was wondering where I could read up about the difference between the two versions of Watermark - ie. with fonts and without?
Thanks
March 4th, 2007 at 8:57
The differnce between the two version is the font directory, where the fonts are stored, which you can use with watermark. The fonts are the same like in previous versions, so if you want only a update, you can download the “small” version without fonts. For first installation you should get the “with-fonts”-version.
March 20th, 2007 at 9:51
[...] Watermark,blogger在blog上的图片资料更是容易被盗用。这款插件可以自动在上传图片上增加指定的水印来避免他人盗用。 上传激活。 Options => Watermark中设置是否打开水印、使用的字体、水印位置、水印文字等等 Manager => Watermark-Dir中设置图片所在目录和选择需要增加水印的图片。 [...]
March 20th, 2007 at 9:52
thanks for the plugin!
April 13th, 2007 at 7:15
I have installed version 0.8, and I am able to see the preview just fine using all the fonts. However, when I go to “watermark-dir”, set my directory and then try to update an existing image, I get the message that the file was created successfully. However, upon further examination of the server, all that has been done is I have a second copy of the image with a .bak extension. The file size is the exact same as the original image, and, if I download it and rename it, it is showing as the same image… The original image is not changed in any way and the create time doesn’t change, either.
Love the concept of the script, would love to use it! Thanks for your assistance.
May 7th, 2007 at 0:16
Thank you for making this plugin. Is it possible to set the quality? My JPG files increased with 60% in size.
May 7th, 2007 at 9:49
Hi Dubai.
in the new version i’ll include the function for quality setting. As quick and dirty solution you can edit the file: wm_functions.php. you have to change the lines 112, 117, 126 and 131. now it’s:
ImageJPEG($photoImage,$file,100);instead of 100 you can write a other value between 0 and 100. this is the quality value in %. then lower your number then lower the quality and filesize.
i hope this will help you.
Marekki
May 9th, 2007 at 6:46
I just noticed that the EXIF of the photo is gone.
May 10th, 2007 at 18:16
Hi! Great plug-in. My problem is I can’t save the directory of where I upload my photos in the Watermark options. It keeps on going back to the plugin directory. It also doesn’t insert the watermark automatically.
May 11th, 2007 at 19:17
I get this message when I want to create watermarks of images in a certain folder:
You dont’t have permission to overwrite:
/srv/jackdaw/www/www.spoenk.nl/weblog/wp-content/uploads/meeuw070805-1.jpg !
Permissions 664 on those (and all other) images, so no public write permissions.
How do I solve this? Strange that other people don’t have this problem.
I want to use the plugin ONLY on images allready on the server. I always upload my images through ftp, those within WordPress as well as those in Plogger (a gallery program).
Anyway, very nice plugin. Have been looking for something like this for ages…
May 13th, 2007 at 18:39
In addition to my previous comment (which isn’t published until now), I can say that changing the attributes to RW makes the plugin work. A setting of 80 makes my jpegs almost the same size as they were. Excellent!
The only question I have is for myself… do I really want to watermark my images or not :)…
Pro: when you stumble upon one of my images it will lead you to my site
Contra: it looks rather arrogant for images made by an amateur…
But a great plugin!
May 14th, 2007 at 11:11
Hi Jack,
the pictures on your website don’t looks like amateur’s work! so please be arrogant!
Marekki
ps. sorry, but your posting was stopped by Akismet Spam.
May 18th, 2007 at 9:18
Hi Marekki,
How to create automatic function when I upload the image?
Great work!
Thanks.
May 18th, 2007 at 10:18
holla rigo sandoval uribe!
mira pagina de installation. step 3. you have to insert a short line in to a file. after this all picturec will become a watermark while uploading.
Best wishes.
Marekki
May 19th, 2007 at 23:43
Hi I get the following error in error.log of apache
Call to undefined function ImageCreateFromJpeg() in /var/www/html/saik/wp-content/plugins/watermark/wm_functions.php on line 49
NB: I am using wordpress 2.2 with watermark plugin 0.8.
Thanks in advance.
May 20th, 2007 at 7:42
hi vcdgeek,
do you use windows? the really geeks use Linux!
Please look for this problem at the Watermark Forum.
I hope this will help you.
Marekki.
May 20th, 2007 at 8:11
Gracias Marekki!
I need only modification of the full images, so I inserted this code.
File: wm_dir.php
Original code:
Line 134:
if (is_dir($tmpdatei)) {
print “ ”;
}
else {
print ”;
************************
Modification:
Line 134:
if (is_dir($tmpdatei)) {
print “ ”;
// insert here
}
elseif (preg_match(”.thumbnail.”,$datei)){
print “ ”;
// end
}
else {
print ”;
************************
After, go to page “Watermark - Dir” and select “Check all”.
June 21st, 2007 at 16:14
Thanks
July 21st, 2007 at 17:14
Super plugin. Is the best in my top 10 plugins that I’ll publish in 2 august.
P.S.: Nice comments to
how did you made it to show besides the user’s name that comments you’re article his/hers country, OS and browser?
Keep up the good work!
July 21st, 2007 at 19:32
hi Vlad exit and thanks for your comment.
the informations about country, os and browser can you include with Firestats plugin ( http://firestats.cc/ ).
Best wishes,
Marekki.
September 4th, 2007 at 14:58
I installed the plugin and followed the instructions religiously however I don’t get any watermark on my images when I upload. I can see the preview watermark fine.
September 4th, 2007 at 15:21
Hi kandah,
please check following topics:
1. write permissions for your directory.
2. step 3 in the installation guide
3. Be carefully the quotes in
MM_Execute_WM($file,'');are two single-quotes. Don’t use one double-quote!4. check if watermarking of already uploaded pictures works?
sorry for troubles. usually this plugin works without problems. please check this topics and let me know if your problems are solved. othercase i’ll tray to help you more intensive.
Best wishes,
Marekki
September 4th, 2007 at 16:28
Thanks for the quick reply, I was missing the permissions part. I don’t find any specific info about that in the installation instructions. Do you mean I should give 666 permissions on my upload folder? Is it safe?
I really appreciate the help, what a great plugin!
September 6th, 2007 at 12:53
Seems like there is some compatability problem when running this plugin with the iWidth plugin. Just a heads up!
September 7th, 2007 at 10:57
Hi Marekki,
Complements voor de plugin from what I saw on your site.
I downloaded the plugin for working next or with NextGen gallery but …
Where do I install/upload your plugin. I can’t find a discription for the installation.
You have the tip?
September 7th, 2007 at 12:30
Hi Hans!
HereYou can find the installationguide! I hope this will help you. Othercase you can use our forum.
I wish you success! Marek.
September 7th, 2007 at 17:29
[...] also use quite a few other plugins but didn’t feel they were really a needed plugin. I use Marekkis Watermark-Plugin, FeedBurner FeedSmith, WP-Post Ratings, WP-Post Views, runPHP, Feed Footer, Digg This, and Adsense [...]
September 16th, 2007 at 14:19
I couldn’t understand some parts of this article Watermark - Version 0.8, but I guess I just need to check some more resources regarding this, because it sounds interesting.
September 30th, 2007 at 1:26
Hey Marekki (and others),
Can anyone confirm whether this works with wordpress 2.3? Thanks in advance!
September 30th, 2007 at 4:01
Actually I made a test site for 2.3 and got it working fine. Same thing except the file you need to change has been moved to wp-admin/includes/upload.php
October 3rd, 2007 at 9:36
正需要呢,没看到下载地址!
但是也恢复一个表示支持!
November 12th, 2007 at 9:26
Hi,
I have Wordpress 2.3 installed and I do not see the changes to the image every time I upload. I made sure that the upload.php has the code to be inserted as what you’ve said in the instructions.
I do not see the watermark at all. I also tried updating the images from the watermark-dir option and it won’t updated. Even the backup file (*.bak) created is the same original image without any watermark.
Thanks,
Karla
November 28th, 2007 at 21:30
Hi,
I’d like to use fonts that are shipped with my linux with ghostscript. I don’t know are they truetype or type1. Is it possible (in future) to set arbitrary directory with fonts?
December 12th, 2007 at 20:03
Is it possible to have the .png display with 85% transparancy?
December 12th, 2007 at 20:04
With Tancparancy I mean setting the Opaque for an image on 85%
December 30th, 2007 at 16:26
[...] nome del plugin è WATEMARK, niente di più indicativo. Il plugin permette di inserire sulle vostre immagini una semplice [...]
July 26th, 2008 at 3:33
I can’t find where to download it . Is it nuavailable?Can you send to me ,my E-mail is 514034120@qq.com. Thanks!!
July 26th, 2008 at 3:38
OH,i have found it,