Search found 1570 matches

by dlemstra
2013-11-01T00:16:40-07:00
Forum: Bugs
Topic: JPEG related crash
Replies: 7
Views: 15529

Re: JPEG related crash

Which version of ImageMagick are you using?
by dlemstra
2013-10-31T10:27:52-07:00
Forum: Bugs
Topic: possible bug convert -version IM 6.8.7.3 Q16
Replies: 4
Views: 3167

Re: possible bug convert -version IM 6.8.7.3 Q16

Woops seems I made a mistake, I will try to fix this before the next release.
by dlemstra
2013-10-29T11:01:29-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12500

Re: Not responding when Convert Jpg(800Kb) to Tiff

You can increase the memory limit with Image::cacheThreshold(bytes). The documentation says megabytes but it really is bytes, I already patched this comment in the svn repository. You can read more about memory limits on windows here: http://msdn.microsoft.com/en-us/library/aa366778.aspx.
by dlemstra
2013-10-29T10:37:09-07:00
Forum: MagickWand
Topic: Command Line Statement to Magickcore Code
Replies: 4
Views: 13667

Re: Command Line Statement to Magickcore Code

You are better of using GetImageChannelDistortion with MetricType=RootMeanSquaredErrorMetric
by dlemstra
2013-10-28T08:42:07-07:00
Forum: Bugs
Topic: convert darkens an xcf image
Replies: 14
Views: 12543

Re: convert darkens an xcf image

I just copy pasted into the command line and that didn't work. It works when I run it from a batch file, I will investigate it further.
by dlemstra
2013-10-28T07:43:10-07:00
Forum: Bugs
Topic: convert darkens an xcf image
Replies: 14
Views: 12543

Re: convert darkens an xcf image

I get an error when I run your command:
convert.exe: invalid argument for option `sparse-color': Invalid number of Arguments @ error/mogrify.c/SparseColorOption/522.
by dlemstra
2013-10-28T06:02:13-07:00
Forum: Bugs
Topic: convert darkens an xcf image
Replies: 14
Views: 12543

Re: convert darkens an xcf image

My mistake I read that the image should be darker. Can you post 'twoGrad2.png' somewhere snibgo?
by dlemstra
2013-10-28T04:23:37-07:00
Forum: Bugs
Topic: convert darkens an xcf image
Replies: 14
Views: 12543

Re: convert darkens an xcf image

It seems that ImageMagick sets the colorspace to sRGB instead of RGB. Not sure if this is a bug. Changing the colorspace to RGB fixes the problem.
by dlemstra
2013-10-27T09:16:12-07:00
Forum: Bugs
Topic: tif output fails for 16-bit data if orig. input file was jpg
Replies: 7
Views: 12304

Re: tif output fails for 16-bit data if orig. input file was

I am working on some changes to fix the problem with the compression. I agree with you that the compression of the source image should not be used in the output image. The default compression that is used normally should be used. We had had the same problem with the quality setting a while back (htt...
by dlemstra
2013-10-26T04:47:31-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12500

Re: Not responding when Convert Jpg(800Kb) to Tiff

The problem probably the amount of pixels in your image. At some point ImageMagick will use your disk to store its pixels and reading/writing that is really slow. Maybe you can switch your application to 64 bit? This will allow you to allocate more memory at once.
by dlemstra
2013-10-25T02:41:58-07:00
Forum: Bugs
Topic: Integer Overflow on Large Tiff Image
Replies: 6
Views: 6953

Re: Integer Overflow on Large Tiff Image

I just tried it with the latest beta of ImageMagick. With Q16 and x64 I am able to create multiple output images. They all have one/two colors, not sure if this is the expected result. I did have to add '-define registry:temporary-path=' because the image is ridiculously large.
by dlemstra
2013-10-24T14:19:50-07:00
Forum: Bugs
Topic: Integer Overflow on Large Tiff Image
Replies: 6
Views: 6953

Re: Integer Overflow on Large Tiff Image

Libtiff checks if a certain value will fit in an int32 and for this image that won't fit. You should use the x64 version of ImageMagick and not the x86 version.
by dlemstra
2013-10-23T08:37:05-07:00
Forum: Bugs
Topic: Warnings should not stop the image conversion
Replies: 4
Views: 6252

Re: Warnings should not stop the image conversion

I can confirm this is a bug in Magick++, it will be fixed in a couple of days.

Edit: I have committed my changes, this will be fixed in the next version of ImageMagick.
by dlemstra
2013-10-23T02:17:32-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12500

Re: Not responding when Convert Jpg(800Kb) to Tiff

Can you please post your IM version and platform?
by dlemstra
2013-10-19T12:26:08-07:00
Forum: Developers
Topic: fast identify for actual bit depth
Replies: 2
Views: 8559

Re: fast identify for actual bit depth

I prefer bit-depth, it will be available in the next release of ImageMagick.

Code: Select all

C:\Test>identify -format "%[bit-depth]" rose:
8
C:\Test>identify -format "%[bit-depth]" rose_t50.png
1