Search found 38 matches

by sireeshala
2014-07-30T02:55:32-07:00
Forum: Users
Topic: big image failed to convert
Replies: 3
Views: 2715

big image failed to convert

Hi, I am trying to re size the image from 96 DPI to 300 DPI but the conversion is not happening for even long time. till 180 DPI conversion its worked fine after 180 till 200 i got complete dark image . Can i know the reason why its taking too long time to convert it to 300 DPI ? Command line i am u...
by sireeshala
2013-12-18T22:35:03-07:00
Forum: Bugs
Topic: Image read throwing an exception with 6.8.7-9
Replies: 2
Views: 4216

Re: Image read throwing an exception with 6.8.7-9

I Can ignore the warnings but Can't ignore the errors.
If I want to ignore them is there any specific level of errors that can be ignored?

I have not faced these errors in 6.8.7-9.
by sireeshala
2013-12-18T04:10:17-07:00
Forum: Bugs
Topic: Image read throwing an exception with 6.8.7-9
Replies: 2
Views: 4216

Image read throwing an exception with 6.8.7-9

I have updated the dll's to newer version from 6.8.2-4 to 6.8.7-9 https://www.dropbox.com/s/3v0q4lht8n98wym/Page.tif For the attached image with the newer version its throwing the Exception for image.read fuction Where as it used to work fine with older. Is there any modification in this regard. Sho...
by sireeshala
2013-11-28T04:29:55-07:00
Forum: Bugs
Topic: Complete white image with 6.8.7
Replies: 16
Views: 18568

Re: Complete white image with 6.8.7

But How its worked with 6.8.2-4 .
And how much time it will take to get an update on this issue
by sireeshala
2013-11-20T21:51:11-07:00
Forum: Bugs
Topic: Complete white image with 6.8.7
Replies: 16
Views: 18568

Re: Complete white image with 6.8.7

I only added -threshold to give you an alternate until this gets fixed.
Is there any estimated dates to get that fixed ?

Basically we are using this from a bat file so we cant particulary change the the command for a single image every time .
by sireeshala
2013-11-20T02:45:49-07:00
Forum: Bugs
Topic: Complete white image with 6.8.7
Replies: 16
Views: 18568

Re: Complete white image with 6.8.7

Is this a Bug or a new property "threshold" introduced to the latest versions?
can any one confirm on this ?
by sireeshala
2013-11-19T21:20:10-07:00
Forum: Bugs
Topic: Complete white image with 6.8.7
Replies: 16
Views: 18568

Re: Complete white image with 6.8.7

convert case.jpg -compress group4 -type bilevel tmp.tif

But this works fine on windows mechine with version 6.8.2-4.

Only the latest versions giving the white image.
by sireeshala
2013-11-19T01:38:11-07:00
Forum: Bugs
Topic: Complete white image with 6.8.7
Replies: 16
Views: 18568

Re: Complete white image with 6.8.7

What is the latest version of imageMagick?
I am using 6.8.7 dowloaded from http://www.imagemagick.org/script/insta ... hp#windows ImageMagick-windows.zip
is there any version available other than this?
by sireeshala
2013-11-18T23:25:35-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12943

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

Setting the memory limit to any value does nt worked out .
Still the convert.exe in not responding for longer time.

Is it possible to throw any error if its unbale to convert in a specified time limit.
by sireeshala
2013-11-18T23:11:45-07:00
Forum: Bugs
Topic: Warnings should not stop the image conversion
Replies: 4
Views: 6362

Re: Warnings should not stop the image conversion

When the next version will be available?
by sireeshala
2013-11-18T22:09:11-07:00
Forum: Bugs
Topic: Complete white image with 6.8.7
Replies: 16
Views: 18568

Re: Complete white image with 6.8.7

But its worked fine with out adding threshold value in 6.8.2
is this introduced in latest version ?
is there any specific criteria for an image to add the threshold value?
by sireeshala
2013-11-12T05:35:29-07:00
Forum: Bugs
Topic: Complete white image with 6.8.7
Replies: 16
Views: 18568

Complete white image with 6.8.7

Recently i have updated the image magick version to 6.8.7 i am using the bellow set of code to convert my image from jpg to tiff Image image; image.read( "case.jpg" ); image.magick("TIFF"); image.compressType(Group4Compression); image.type(BilevelType); image.write("case_1.t...
by sireeshala
2013-11-11T03:52:30-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12943

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

i have tried to set with some values like 100000 .... it did nt worked out
Can you suggest any exact value which fixes this problem
by sireeshala
2013-11-11T02:13:48-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12943

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

There is no use by setting this value is there any other alternative ?
by sireeshala
2013-10-28T23:14:14-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12943

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

application has some dependencies so we cant switch it over 64 bit.
Mentioned that "probably the amount of pixels in image". are there any specified limits ?
Can we get some other solution to this problem?