PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Installs and Upgrade - vBulletin 3.0.X (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/)
-   -   Tranparent background watermarks, can it be done? (http://www.photopost.com/forum/installs-upgrade-vbulletin-3-0-x/117204-tranparent-background-watermarks-can-done.html)

GrBear December 31st, 2004 10:28 PM

Tranparent background watermarks, can it be done?
 
I made a PNG file, that I'd like to use as a watermark on all uploaded images. In an effort to make it less obtrusive, I made it with a background transparancy of 90% (only 10% will be visible).

For some reason GD makes the transparent background black instead. Will one of the other image manipulators work better for me?

Thanks!

GB.

Brian January 1st, 2005 11:05 AM

Re: Tranparent background watermarks, can it be done?
 
If you use ImageMagick then that should allow for the 90% transparency.

GrBear January 1st, 2005 12:28 PM

Re: Tranparent background watermarks, can it be done?
 
Cool, thanks Brian. I'll give that a shot and report back.

GrBear January 1st, 2005 07:29 PM

Re: Tranparent background watermarks, can it be done?
 
Hehe.. oh the saga continues..

So I got the latest imagemagick installed, but it won't put the watermark on the image I upload. I change the pulldown setting in config to GD, and the watermark appears on the next image I upload.

Any ideas?

The uploaded picture is a jpeg, and the watermark is a png.

GrBear January 1st, 2005 09:21 PM

Re: Tranparent background watermarks, can it be done?
 
For what it's worth, GD will do transparent watermarks.. the watermark file needs to be in a PNG32 format. :) Never did get ImageMagick to work though.. there was no way of determining if the 'composite' command was working or not.

Brian January 1st, 2005 09:22 PM

Re: Tranparent background watermarks, can it be done?
 
What did you set the path to for IM?

Reynaldo January 1st, 2005 10:14 PM

Re: Tranparent background watermarks, can it be done?
 
I could never get ImageMagick to work with VBA Gallery either. It worked perfectly with Coppermine, 4images, Photopost, every script except VBA Gallery.

I even asked my host to install the latest version... nothing!

GrBear January 1st, 2005 11:10 PM

Re: Tranparent background watermarks, can it be done?
 
Quote:

Originally Posted by Brian
What did you set the path to for IM?

I compiled it to install into: /home/imagemagick

The binaries are located in: /home/imagemagick/bin

Thusly, I've set the path to IM as: /home/imagemagick/bin/

I had the path set before without the trailing slash, and I would just get errors. After reading a few more posts, I found out that I needed to add the slash which caused the errors to go away.

It does the resizing properly, so I know 'convert' is working fine, and after poking through the gallery code, I see gallery is using 'composite' (for watermarking) which is in the same directory as 'convert' yet it's not doing what it's supposed to.

Strangeness..

Brian January 2nd, 2005 09:54 AM

Re: Tranparent background watermarks, can it be done?
 
Strange... If you'd like to submit a support ticket I'll be glad to take a look.


All times are GMT -5. The time now is 02:09 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97