Search found 8 matches

by lolhun1988
2011-06-23T08:59:04-07:00
Forum: Users
Topic: C++ opening corrupt tif file
Replies: 3
Views: 7559

Re: C++ opening corrupt tif file

I went to the press and made a corrupt tif with the scanner so I should convert this file with Magick++ somehow to use. And also the converted file must be monochrome too.

http://dl.dropbox.com/u/5179477/C%2B%2B/Scan.tif

Thanks for your help!
by lolhun1988
2011-06-23T01:15:21-07:00
Forum: Users
Topic: Using convert.exe on corrupt tif file
Replies: 9
Views: 14358

Re: Using convert.exe on corrupt tif file

Sorry I meant Mega Pixels obtained by multiply width x height. Your image is binary (b/w), so that accounts for the smaller file size. However, if IM converts that internally to truecolor? then the input file size would be 3x192 Mbytes and would require the equivalent on ouput. So you might be ...
by lolhun1988
2011-06-21T03:48:58-07:00
Forum: Users
Topic: Using convert.exe on corrupt tif file
Replies: 9
Views: 14358

Re: Using convert.exe on corrupt tif file

Sorry I meant Mega Pixels obtained by multiply width x height. Your image is binary (b/w), so that accounts for the smaller file size. However, if IM converts that internally to truecolor? then the input file size would be 3x192 Mbytes and would require the equivalent on ouput. So you might be ...
by lolhun1988
2011-06-20T15:02:10-07:00
Forum: Users
Topic: Using convert.exe on corrupt tif file
Replies: 9
Views: 14358

Re: Using convert.exe on corrupt tif file

Geometry: 11072x17400+0+0 Your image is 192 Mbytes. There should also be more information from the -verbose info Your computer may have limits on the amount of memory that can be used by any one application. Irfanview gives this information about the picture so I think it's not 192 Mbytes it's ...
by lolhun1988
2011-06-20T05:25:46-07:00
Forum: Users
Topic: Using convert.exe on corrupt tif file
Replies: 9
Views: 14358

Re: Using convert.exe on corrupt tif file

what do you get from identify -verbose test_in.tiff This is the result: G:\Users\Durnek60>identify -verbose c:\Scan\Scan.tif Image: c:\Scan\Scan.tif Format: TIFF (Tagged Image File Format) Class: DirectClass Geometry: 11072x17400+0+0 Resolution: 72x72 Print size: 153.778x241.667 Units ...
by lolhun1988
2011-06-16T12:10:30-07:00
Forum: Users
Topic: Using convert.exe on corrupt tif file
Replies: 9
Views: 14358

Re: Using convert.exe on corrupt tif file

what is the size of the input image and how much memory does your computer have? can you post a link to your input image so others can test. perhaps the input image is corrupt in some way? is convert.exe the Imagemagick convert or the Windows convert? perhaps you are not using the IM convert, which ...
by lolhun1988
2011-06-15T01:56:26-07:00
Forum: Users
Topic: Using convert.exe on corrupt tif file
Replies: 9
Views: 14358

Using convert.exe on corrupt tif file

Hi, I tried to convert a tif file and I got this message during this process. convert.exe test_in.tif test_out.tif Error: Magick: unable to extend cache `test_in.tif': No space left on device @ error/cache.c/OpenPixelCache/4140. Any idea why can not convert this file? Version: ImageMagick-6.7.0-6 ...
by lolhun1988
2011-06-14T07:39:31-07:00
Forum: Users
Topic: C++ opening corrupt tif file
Replies: 3
Views: 7559

C++ opening corrupt tif file

Hi, I have a corrupt tif file that I would like to open with Magick++ and save it to the same tif format. I need to do this because I have a Scanner application that needs to set lenght parameter of the paper. If I set longer than in real it generates a corrupted tif file. (I have no clue why ...