Search found 11064 matches

by magick
2006-03-31T14:43:05-07:00
Forum: Bugs
Topic: ImageMagick 6.2.6 on BeOS: patch and failed tests
Replies: 0
Views: 9636

Thanks for the BeOS patches and problem report. We will apply your patch and investigate the regression test failures.
by magick
2006-03-31T13:37:50-07:00
Forum: Bugs
Topic: PSD->TIFF conversion loses layer offsets.
Replies: 1
Views: 16961

Post a URL to beach.psd so we can reproduce the problem and offer a solution.
by magick
2006-03-31T10:07:04-07:00
Forum: PerlMagick
Topic: disable logging to Win32::EventLog
Replies: 3
Views: 24022

The excessive logging has been removed from recent versions of ImageMagick. Try the latest release, ImageMagick 6.2.6-7, and the problem should go away.
by magick
2006-03-31T06:11:27-07:00
Forum: Users
Topic: Grayscale Issue while converting from RGB
Replies: 1
Views: 11854

Add the -colors option after the input filename:
  • convert F:\sites1\imagemagick\images\DHP0391.jpg -strip -colorspace gray -colors 256 F:\sites1\imagemagick\images\DHP0391_gray_tif.tiff
by magick
2006-03-30T19:33:59-07:00
Forum: Users
Topic: Splitting Image
Replies: 1
Views: 13449

Belay that order. We suspect that ridera means -colors 256 . However since JPEG is RGB or CMYK it does not support a colormapped image. Instead try this command: convert -crop 10x10 source.jpg -strip -quality 75 slice%d.jpg Tradeoff image quality for image size by adjusting the compression quality u...
by magick
2006-03-30T19:30:15-07:00
Forum: Users
Topic: Proper use of wildcards with -append option of convert
Replies: 2
Views: 15567

We believe the problem you are having has to do with a bug in the TIFF library for Zip compression. Setting the compression to none does not compress the image so it does not exercise the bug. Note this bug only seems to occur on Windows. In general the only restrictions on image size is the amount ...
by magick
2006-03-30T19:14:41-07:00
Forum: Bugs
Topic: new option "-define pdf:use-cropbox=true" doesn't
Replies: 4
Views: 21573

The correct behavior is always one patch away... ImageMagick 6.2.6-8 Beta properly converts your image with the correct cropbox. 6.2.6-8 will be available tommorrow.
by magick
2006-03-30T14:13:32-07:00
Forum: Bugs
Topic: 6.2.6 postscript to png problem
Replies: 1
Views: 13364

You need to check carefully the config.log file produced by the ImageMagick configure script to determine why ImageMagick failed to validate your PNG library. Perhaps its a permission problem or it could not find the header files.
by magick
2006-03-30T13:52:41-07:00
Forum: Bugs
Topic: 6.2.6 postscript to png problem
Replies: 1
Views: 13364

Type
  • idenitfy -list format
Make sure the PNG format has a mode of rw- and it displays the PNG delegate library version number. If not ImageMagick was built without the requisite PNG delegate library which is required to read/write PNG images.
by magick
2006-03-30T13:45:39-07:00
Forum: Users
Topic: Reduce the size...
Replies: 1
Views: 11910

Your command produces a 27K PNG image using ImageMagick 6.2.6 and this command:
  • convert page-5.jpg -resize 170 -quality 99 -colors 256 -strip page-5.png
For ImageMagick 5.5.7 you can use +profile "*" instead of -strip.
by magick
2006-03-30T13:41:03-07:00
Forum: Users
Topic: More Word Wrap nonsense...
Replies: 0
Views: 9415

Chances are the caption method for rendering text will not be improved. Instead we encourage users that want custom text applications to use one of ImageMagick API's that permit you to set all the font attributes or use SVG. We still have alot of work to do to fully implement the SVG text rendering ...
by magick
2006-03-30T13:35:51-07:00
Forum: Users
Topic: Proper use of wildcards with -append option of convert
Replies: 2
Views: 15567

Try the following commands:
  • convert logo: 1.jpg
    convert logo: 2.jpg
    convert *.jpg -append -compress none logo.tif
These command work for us and suggest wildcards are working properly. We're using ImageMagick 6.2.6-7.
by magick
2006-03-30T13:29:51-07:00
Forum: Users
Topic: Resizing 8-bit BMP image changes bit depth to 32
Replies: 0
Views: 9341

Resizing your image introduces new colors and promotes the image from colormapped to truecolor. To solve the problem, either use -sample to resize or add -colors 256 to your command line to change the image back to colormapped before writing it.
by magick
2006-03-30T13:27:28-07:00
Forum: Users
Topic: Validity of a PDF File
Replies: 5
Views: 21200

Post a URL to your image here so we can download it and try to determine if the file is corrupt or if its a bug.
by magick
2006-03-30T12:20:18-07:00
Forum: Bugs
Topic: imagemagick and xming problems
Replies: 0
Views: 10277

We will investigate but for now use
  • animate -display :0 -font 9x15 *.jpg