Thanks for your help, it worked.
Someday I will be grown up and understand all this - or at least some of it.
Search found 7 matches
- 2012-01-09T01:53:09-07:00
- Forum: Users
- Topic: Cannot apply watermark to GIF
- Replies: 5
- Views: 9668
- 2012-01-08T14:30:33-07:00
- Forum: Users
- Topic: Cannot apply watermark to GIF
- Replies: 5
- Views: 9668
Re: Cannot apply watermark to GIF
This is what I am trying. Input is GIF and PNG, output is GIF. But the merging of the two yields bad results.Or save your output as png or gif or tif.
- 2012-01-08T13:46:31-07:00
- Forum: Users
- Topic: Cannot apply watermark to GIF
- Replies: 5
- Views: 9668
Cannot apply watermark to GIF
I'm trying to add a watermark stamp to a gif image. I have a script which works fine for JPGs: composite -gravity south -geometry +0+10 stamp.png %1 %2 But when applied to GIF files they result in a grey only bitmap. I tried to convert stamp.png to stamp.gif first, but to no avail. Input looks like ...
- 2012-01-07T16:38:25-07:00
- Forum: Users
- Topic: Trim and resize PSD, convert to GIF - does not work
- Replies: 2
- Views: 5820
Re: Trim and resize PSD, convert to GIF - does not work
Thanks a lot. This seems to have done the trick.
- 2012-01-07T04:49:45-07:00
- Forum: Users
- Topic: Trim and resize PSD, convert to GIF - does not work
- Replies: 2
- Views: 5820
Trim and resize PSD, convert to GIF - does not work
I'm trying to convert a bunch of PSD files by trimming the transparent space, resizing and converting to GIF. Find a sample at http://www.ovula.de/images/ovula-cawelius-bilder/zahnarzt1.psd First try: convert zahnarzt1.psd -trim -resize 500x500 zahnarzt1.gif Result: http://www.ovula.de/images/ovula ...
- 2010-10-19T11:00:05-07:00
- Forum: Bugs
- Topic: Incredibly slow conversion
- Replies: 2
- Views: 11612
Re: Incredibly slow conversion
Thanks a lot.
After de-installing the ubuntu package and re-compiling from source code without the openMP option it works. With openMP it does not. I don't even know what openMP stands for. But conversion works, and that's what I need it for.
After de-installing the ubuntu package and re-compiling from source code without the openMP option it works. With openMP it does not. I don't even know what openMP stands for. But conversion works, and that's what I need it for.
- 2010-10-19T03:24:59-07:00
- Forum: Bugs
- Topic: Incredibly slow conversion
- Replies: 2
- Views: 11612
Incredibly slow conversion
I just installed imagemagick on Ubuntu Linux (Kernel: 2.6.18-028stab070.2, x86_64 GNU/Linux) Version: ImageMagick 6.5.7-8 2009-11-26 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC Features: OpenMP Now a resize of a small GIF file takes nearly 25 seconds ...