How can i Know the libtiff version ?
If i did not use the -quality 50 in my conversion still the issue exists. I am able to see the size diferences
Search found 38 matches
- 2015-05-06T22:02:09-07:00
- Forum: Developers
- Topic: Out put File size differing from IM version to version
- Replies: 4
- Views: 5441
- 2015-05-04T23:33:02-07:00
- Forum: Developers
- Topic: Out put File size differing from IM version to version
- Replies: 4
- Views: 5441
Out put File size differing from IM version to version
Hi , previously i am working on 6.8.7-9 .Using the following command to convert a file convert.exe test.tif -density 300x300 -quality 50 -compress Group4 -resize 2541x3300! test_out.tif for a sample i got the file size as 63KB with the same file and same command with the IM version 6.9.0-0 giving ...
- 2015-04-07T02:17:06-07:00
- Forum: MagickWand
- Topic: Performance Drop from 6.8.7-9
- Replies: 1
- Views: 10205
Performance Drop from 6.8.7-9
Exactly performance drop was found After 6.8.7-8 Means the drop starts from 6.8.7-9 We have gone through the logs and found out that the performance problem may caused by the following modification with rev. 13858+13859 in MagickCore/attribute.c The modification causes these overhead steps if a b/w ...
- 2015-04-02T02:00:36-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Re: Major performance drop
I Can still narrow down the issue . Exactly performance drop was found After 6.8.7-8 Means the drop starts from 6.8.7-9 We have gone through the logs and found out that the performance problem may caused by the following modification with rev. 13858+13859 in MagickCore/attribute.c The modification ...
- 2015-03-29T23:57:55-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Re: Major performance drop
More specifically i have tested with most of the versions available in between 6.8.2 and 6.8.7-9. In Exact i found the performance drop after 6.8.6-10 . I have gone through the change log but nothing helped to solve my issue . Are there any one has any idea what changes after the version 6.8.6-10 ...
- 2015-03-04T21:57:35-07:00
- Forum: Developers
- Topic: How to handle "Error in module TIFFFillStrip"
- Replies: 4
- Views: 6480
Re: How to handle "Error in module TIFFFillStrip"
Are we getting this errors only in version 6.8.7-9 ?is this resolved in v6.9.0-0?
- 2015-03-04T21:41:31-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Re: Major performance drop
are there any specific reasons to had this performance drop from version 6.8.2-4 to 6.8.7-9?
- 2015-02-09T21:48:36-07:00
- Forum: Developers
- Topic: How to handle "Error in module TIFFFillStrip"
- Replies: 4
- Views: 6480
Re: How to handle "Error in module TIFFFillStrip"
I am using the dll's of IM 6.8.7-9 not form the command line
- 2015-02-09T21:29:32-07:00
- Forum: Developers
- Topic: How to handle "Error in module TIFFFillStrip"
- Replies: 4
- Views: 6480
Re: How to handle "Error in module TIFFFillStrip"
Is there any possibility to resolve these kind of errors?
- 2015-01-29T03:57:31-07:00
- Forum: Developers
- Topic: How to handle "Error in module TIFFFillStrip"
- Replies: 4
- Views: 6480
How to handle "Error in module TIFFFillStrip"
Hi I am using the IM's API to re-size the image.The image re-sized but got the following exception. "Error in module TIFFFillStrip; C:\fromcode.tif.InputSinglePage.tif: Data buffer too small to hold strip 0" My code is written to handle exception by returning an error .So i am getting the return ...
- 2015-01-29T03:14:34-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Re: Major performance drop
I am working on Wondows 7 there are no threads for both versions . The result of first version is >convert.exe -version Version: ImageMagick 6.8.2-4 2013-02-03 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2013 ImageMagick Studio LLC Features: DPC OpenMP Delegates: bzlib freetype jng ...
- 2014-12-30T03:18:00-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Re: Major performance drop
last post images are not shown as expected so added the links
https://www.dropbox.com/s/8lgtlv159zotp ... l.JPG?dl=0
https://www.dropbox.com/s/37m4gbccybhjn ... r.JPG?dl=0
https://www.dropbox.com/s/8lgtlv159zotp ... l.JPG?dl=0
https://www.dropbox.com/s/37m4gbccybhjn ... r.JPG?dl=0
- 2014-12-30T03:13:38-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Re: Major performance drop
Hi thanks for the reply , here are the deraills mentioned . Image image; image.read( "case.jpg" ); image.magick("TIFF"); image.compressType(Group4Compression); image.type(BilevelType); image.write("case_1.tiff"); For some images even i use resampling ,and resize options available . for version ...
- 2014-12-29T21:17:42-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Re: Major performance drop
Both are Q16 builds there is no difference
- 2014-12-29T04:06:25-07:00
- Forum: Developers
- Topic: Major performance drop
- Replies: 12
- Views: 14177
Major performance drop
Hi , I observed a huge performance drop when i started upgrading from 6.8.2-4. 6.8.2-4 --- 1440 pages/hour 6.8.7-9 ---- 564 pages/hour Almost seen a drop above 50 % Even i tried with the latest version 6.9.0.0, still its behaving the same , there is no improvements . Can i know why the performance ...