Search found 11064 matches

by magick
2004-08-17T07:25:45-07:00
Forum: Developers
Topic: New Functionalities
Replies: 2
Views: 21178

We are always interested in contributed source to the ImageMagick project. You can either post a URL to your patches here or we can provide an e-mail address if you perfer. Thanks for the offer to contribute so others can benefit from your efforts.
by magick
2004-06-02T12:56:56-07:00
Forum: PerlMagick
Topic: Running PerlMagick on Windows Server 2003
Replies: 7
Views: 59634

The ImageMagick team is listening but its been awhile since we used PerlMagick with IIS. For now, we must depend on the user community to solve the IIS problem and determine if its a IIS administation problem or a problem with ImageMagick. If we can change ImageMagick to make it more compatible with...
by magick
2004-05-31T19:08:26-07:00
Forum: Users
Topic: Please help me with Focal Blur
Replies: 1
Views: 24082

You can simulate focus blur with ImageMagick 6.0.0 or later with this command:
  • convert rgbrender.jpg \( \( rgbrender.jpg -blur 10x5 \) depthchannel.jpg -compose copyopacity \) -compose over focus-blur.png
Just use parenthesis under Windows, no backslash is necessary.
by magick
2004-05-26T18:28:21-07:00
Forum: Developers
Topic: Convert PSD-Files with more than one layer to ONE JPEG-File
Replies: 3
Views: 38592

Right, ImageMagick does not yet understand all the variations of the Photoshop image format yet and it may be while before it does.
by magick
2004-05-12T18:08:00-07:00
Forum: Developers
Topic: Convert PSD-Files with more than one layer to ONE JPEG-File
Replies: 3
Views: 38592

I got pretty good results converting your PSD with the -flatten option with ImageMagick 6.0.1-2. However it's not perfect. We will shoot for a patch to the PSD image reader for the next minor release. Thanks for the problem report.
by magick
2004-05-12T06:45:00-07:00
Forum: Developers
Topic: Convert PSD-Files with more than one layer to ONE JPEG-File
Replies: 3
Views: 38592

PSD images have some operators that ImageMagick does yet support and that could be the cause of the problem. The best path forward would be to post URL's to one or two problematic images so we can try it here and trace the source of the problem.
by magick
2004-05-11T13:30:23-07:00
Forum: Developers
Topic: Convert PSD-Files with more than one layer to ONE JPEG-File
Replies: 3
Views: 38592

Use the convert program -flatten option to convert all layers into one flat file.
by magick
2003-07-17T15:35:40-07:00
Forum: Users
Topic: System Performance (speed) With ImageMagick.
Replies: 1
Views: 27724

I would never recommend against upgrading memory. Memory is quite inexpensive and is 1000 times faster than disk. I won't order a machine unless it has 1 to 2GB of memory.
by magick
2003-07-17T07:39:10-07:00
Forum: Users
Topic: System Performance (speed) With ImageMagick.
Replies: 1
Views: 27724

I run the ImageMagick Studio web site at http://enigma.es.dupont.com/MagickStudio/scripts/MagickStudio.cgi which accepts images from users and they can convert, edit, or composite them. I have seen no significant slow-down on our 1.2 GHZ Linux box with 1GB of memory and 50GB of disk. The PerlMagick ...