Search found 38 matches

by sireeshala
2013-10-25T02:08:55-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12947

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

if I tried to avoid the function (commented out) image.type function
image.write function is also not responding for 15 to 18 mins and given a complete black image.

is this a bug or is there any problem with the image properties?
Even i am able to reproduce this on 6.8.2

Thanks in advance,
by sireeshala
2013-10-23T21:01:28-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12947

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

On windows 7 64 bit and Im Version is 6.8.7
by sireeshala
2013-10-23T00:04:51-07:00
Forum: Bugs
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 11
Views: 12947

Not responding when Convert Jpg(800Kb) to Tiff

At image.type(BilevelType) Not responding because of the recursion. if i have changed the parameters resize or density or any thing else its working fine. For the following image https://www.dropbox.com/s/3g3baikbnvomd5k/rescale.jpg string sResultSinglePage( "rescale.jpg"); Geometry gNewDe...
by sireeshala
2013-10-22T23:43:52-07:00
Forum: Bugs
Topic: Warnings should not stop the image conversion
Replies: 4
Views: 6362

Warnings should not stop the image conversion

Hi , One image, able to open in any other image viewer though Image::read ( const std::string &imageSpec_ ) throwing an Warning exception with out updating image object. And after handling that exception also i am unable to get the information about the image (image.density,image.type etc are se...
by sireeshala
2013-10-04T01:34:08-07:00
Forum: Developers
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 8
Views: 10038

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

Is this command working ..?. are you working on 64 bit or 32 bit system? Mine is windows 7 sp1 64 bit system with ram 8 GB. I tried this on windows 2008 r2 with Ram 2GB i got an error message "no space exception". https://www.dropbox.com/s/98455ufaj2bpzaw/Windows7_64.JPG https://www.dropbo...
by sireeshala
2013-10-03T21:17:27-07:00
Forum: Developers
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 8
Views: 10038

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

Thanks for your quick response . I have tried as you suggested. convert.exe C:\Users\sireesha.lachhireddi\Desktop\imagemagic\rescale.jpg -resize 7968x10968^! -density 300x300 -quality 50 -compress Group4 -type Bilevel C:\Users\sireesha.lachhireddi\Desktop\imagemagic\rescale.tiff And even like conver...
by sireeshala
2013-10-03T04:57:12-07:00
Forum: Developers
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 8
Views: 10038

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

Thanks for reply. Version 6.8.7-10 and on Windows 7 the complete command line is "convert.exe in.jpg -resize 7968x10968! -density 300x300 -quality 50 -compress Group4 -type Bilevel Out.tiff" After this command for infinite time out.tiff is not created. This is the same case with lib files ...
by sireeshala
2013-10-01T03:56:13-07:00
Forum: Developers
Topic: Not responding when Convert Jpg(800Kb) to Tiff
Replies: 8
Views: 10038

Not responding when Convert Jpg(800Kb) to Tiff

In my application i am using the image magick dlls to convert a Jpeg image to tiff. The settings i have done to implement the conversion are "resize 7968x10968! density 300x300 quality 50 ". for the "image.write" function call from dll there is no response . and the tiff image is...