I tried with version 6.7.0 Q16 but nothing different.
I don't know how to change the delegate library so I tried the other compression method.
Here the results:
LZWCompression -> file corrupted
NoCompression -> ok, obvously no compression
BZipCompression -> nothing append, equals to NoCompression ...
Search found 3 matches
- 2011-09-21T07:24:57-07:00
- Forum: Users
- Topic: can't compress when using Pascal instead of command line
- Replies: 4
- Views: 8013
- 2011-09-21T05:12:23-07:00
- Forum: Users
- Topic: can't compress when using Pascal instead of command line
- Replies: 4
- Views: 8013
Re: can't compress when using Pascal instead of command line
The command identify show some error,
the compression show is JPG, but also at the end "invalid strip"
Image: c:\temp\scanned8.tif
Format: TIFF (Tagged Image File Format)
[...]
Compression: JPEG
[..]
Filesize: 675BB
Number pixels: 4.76MB
Pixels per second: 50.64MB
User time: 0.094u
Elapsed ...
the compression show is JPG, but also at the end "invalid strip"
Image: c:\temp\scanned8.tif
Format: TIFF (Tagged Image File Format)
[...]
Compression: JPEG
[..]
Filesize: 675BB
Number pixels: 4.76MB
Pixels per second: 50.64MB
User time: 0.094u
Elapsed ...
- 2011-09-21T01:47:45-07:00
- Forum: Users
- Topic: can't compress when using Pascal instead of command line
- Replies: 4
- Views: 8013
can't compress when using Pascal instead of command line
Hi,
I am new to ImageMagick so I am trying to learn to use the API with Pascal (Delphi XE) on Windows.
I want to convert a BMP to TIF black and white with LZW compression.
With this command line everything ok:
>convert c:\temp\scanned.bmp -type bilevel -compress LZW c:\temp\scanned8.tif
But ...
I am new to ImageMagick so I am trying to learn to use the API with Pascal (Delphi XE) on Windows.
I want to convert a BMP to TIF black and white with LZW compression.
With this command line everything ok:
>convert c:\temp\scanned.bmp -type bilevel -compress LZW c:\temp\scanned8.tif
But ...