Search found 11064 matches

by magick
2006-02-23T10:20:24-07:00
Forum: Users
Topic: EPS delegates configuration???
Replies: 0
Views: 10563

The gs program should have been installed on your system when you installed Ghostscript. Type gs from the command line. Once that works, ImageMagick should be able to convert your EPS images.
by magick
2006-02-23T10:18:45-07:00
Forum: Bugs
Topic: Convert to tif broken?
Replies: 0
Views: 15648

Add -compress none to your command line. It appears there is a bug in the latest TIFF delegate library.
by magick
2006-02-23T08:09:17-07:00
Forum: Users
Topic: Getting rid of matte channel
Replies: 2
Views: 16898

Ok, set your output file name like this: bmp3:image.bmp. The bmp3 prefix tells ImageMagick not to save the alpha channel.
by magick
2006-02-22T18:27:57-07:00
Forum: Bugs
Topic: 16-bit Targa file conversion bug, tga.c code fix
Replies: 2
Views: 13581

We will apply your patch to ImageMagick 6.2.6-2 scheduled for release within a week.
by magick
2006-02-22T10:28:18-07:00
Forum: Users
Topic: Getting rid of matte channel
Replies: 2
Views: 16898

The method is in recent versions of ImageMagick. In the mean-time try MagickSetImageType() with a type of TrueColorType.
by magick
2006-02-22T10:25:43-07:00
Forum: Bugs
Topic: Group4 compression doesn't work
Replies: 7
Views: 49697

We can reproduce the problem you posted about and will have a fix in the next point release of ImageMagick, 6.2.6-2. Thanks for the problem report.
by magick
2006-02-22T08:04:04-07:00
Forum: Users
Topic: Getting rid of matte channel
Replies: 2
Views: 16898

Use MagickSetImageMatte() and set it to MagickFalse. That will remove the alpha channel from your image and subsequently write a 24 bit BMP image.
by magick
2006-02-21T20:56:54-07:00
Forum: Users
Topic: PDF to JPEG -- Rotates 90 and only converts first page
Replies: 1
Views: 15254

Your PDF converted fine for us. We're using ImageMagick 6.2.6-1 and Ghostscript 8.15.
by magick
2006-02-21T20:47:41-07:00
Forum: Users
Topic: Help installing on a Mac!
Replies: 0
Views: 12995

ImageMagick-6.2.6-2 is scheduled for release within a week. The Mac OS X binary released at that time will fix the problem you posted about.
by magick
2006-02-21T20:08:11-07:00
Forum: Bugs
Topic: TIFF crashes ImageMagick 6.2.5-5
Replies: 2
Views: 30373

We tried your image with ImageMagick 6.2.6-2 under Mac OS X Panther and it identified the image without complaint. Unless we can reproduce a problem, we can't fix it.
by magick
2006-02-21T13:36:49-07:00
Forum: Users
Topic: Convert PDF to JPEG
Replies: 4
Views: 24255

Try adding -interlace none to your command line to create a non-progressive JPEG image. Some browsers cannot display progressive JPEG images.
by magick
2006-02-21T13:34:46-07:00
Forum: Developers
Topic: Delegate decode="tif"
Replies: 0
Views: 14456

Most of the ImageMagick binary and RPM releases include TIFF support. Type
  • identiy -list format
and see if TIFF is listed. CGM support requires a delegate program, ralcgm. Download and install and ImageMagick should be able to convert CGM files to TIFF.
by magick
2006-02-21T13:27:18-07:00
Forum: Bugs
Topic: bug convert PDF (magick++)
Replies: 1
Views: 20880

Ok, ImageMagick leverages Ghostscript to render PDF files. Ghostscript cannot handle your PDF file. Post a bug report to the Ghostscript development team.
by magick
2006-02-21T08:15:27-07:00
Forum: Users
Topic: Problem Compiling on Visual Studio 2003
Replies: 0
Views: 10537

Have you tried the demo workspaces yet in c:\tools\ImageMagick-6.2.6-Q16\Magick++_Demos. Try the button workspace. Compile and execute. If it succeeds, you can use the button workspace as a template for your own project.
by magick
2006-02-21T08:13:06-07:00
Forum: Bugs
Topic: Color mismatch PSD with LAB to JPG
Replies: 6
Views: 19956

ImageMagick does not have a complete implementation of Lab => RGB color transformation just yet. Perhaps in a future release.