OK... i thought LZW is a standard algorithm and works equal in every software - but that was a fault.
So the only thing i can do is to use photoshop.
Thank you!
Search found 12 matches
- 2016-04-17T23:35:11-07:00
- Forum: Users
- Topic: Convert EPS to TIF
- Replies: 13
- Views: 11504
- 2016-04-14T23:33:20-07:00
- Forum: Users
- Topic: Convert EPS to TIF
- Replies: 13
- Views: 11504
Re: Convert EPS to TIF
Please see my posting above: And here the TIF made with ImageMagick-6.9.3-Q16\convert.exe -compress LZW -density 300 -depth 8 https://onedrive.live.com/redir?resid=B37939201785EA51!126&authkey=!AOXYrEU1DE2-FlI&v=3&ithint=photo%2ctif The IM TIF is already compressed but still 1/3 bigger than the PS ...
- 2016-04-13T23:17:07-07:00
- Forum: Users
- Topic: Convert EPS to TIF
- Replies: 13
- Views: 11504
Re: Convert EPS to TIF
When i use the density parameter the pixel size is good in IM. This Problem is solved.
But still left is the file-size of the TIF made by IM is much bigger than the PS TIF.
PS TIF: 22MB
IM TIF: 34MB
But still left is the file-size of the TIF made by IM is much bigger than the PS TIF.
PS TIF: 22MB
IM TIF: 34MB
- 2016-04-13T01:09:21-07:00
- Forum: Users
- Topic: Convert EPS to TIF
- Replies: 13
- Views: 11504
Re: Convert EPS to TIF
Here is the EPS: https://onedrive.live.com/redir?resid=B37939201785EA51!124&authkey=!AOnteQ11Ltfgxio&ithint=file%2ceps And here the TIF from Photoshop: https://onedrive.live.com/redir?resid=B37939201785EA51!125&authkey=!AAz53p0WYjJhu2I&v=3&ithint=photo%2ctif And here the TIF made with ImageMagick-6 ...
- 2016-04-13T00:06:54-07:00
- Forum: Users
- Topic: Convert EPS to JPEG wrong Bounding Box size ?
- Replies: 7
- Views: 18003
Re: Convert EPS to JPEG wrong Bounding Box size ?
I could use the density of 300 to get the correct Geometry.
Is there a way to tell IM to use the density of the EPS automatically?
Is there a way to tell IM to use the density of the EPS automatically?
- 2016-04-12T05:57:26-07:00
- Forum: Users
- Topic: Convert EPS to TIF
- Replies: 13
- Views: 11504
Re: Convert EPS to TIF
Photoshop-TIF with a size of 22MB:
3544 x 2866 Pixel
300dpi
32Bit
LZW
If i use
-compress LZW -density 300 -depth 8
i get the same pixels and depth like with photoshop
but the file is 34MB
3544 x 2866 Pixel
300dpi
32Bit
LZW
If i use
-compress LZW -density 300 -depth 8
i get the same pixels and depth like with photoshop
but the file is 34MB
- 2016-04-11T23:56:51-07:00
- Forum: Users
- Topic: Convert EPS to JPEG wrong Bounding Box size ?
- Replies: 7
- Views: 18003
Re: Convert EPS to JPEG wrong Bounding Box size ?
Any news about this?? It seems to be my actual problem: Photoshop uses the "Base Geometry" size and IM uses the "Geometry" by default. How to make IM use "Base Geometry" size for conversion. Image: P:\ELO\Zeitschriften\prog\01_01_0001.eps Format: PS (PostScript) Mime type: application/postscript ...
- 2016-04-11T23:39:59-07:00
- Forum: Users
- Topic: Convert EPS to TIF
- Replies: 13
- Views: 11504
Re: Convert EPS to TIF
Thank you for your reply.
-density 1250
gives me a file with size of 610MB - this is much too big.
And why 1250??
The tif converted with Photoshop is 22MB
the tif from the old imagemagick version is 32MB
the EPS is 7MB
-density 1250
gives me a file with size of 610MB - this is much too big.
And why 1250??
The tif converted with Photoshop is 22MB
the tif from the old imagemagick version is 32MB
the EPS is 7MB
- 2016-04-11T06:50:45-07:00
- Forum: Users
- Topic: Convert EPS to TIF
- Replies: 13
- Views: 11504
Convert EPS to TIF
Hi there, trying to convert EPS to TIF. Want so get the same result as doing so in Photoshop (Open EPS - Save as TIF with LZW Compression) Commandline: convert -compress LZW image.eps image.tif With ImageMagick 6.5.4-Q8 the EPS is converted to a TIF in base geometry size. So does Photoshop too. With ...
- 2012-05-31T21:05:49-07:00
- Forum: Users
- Topic: jpg to pdf - with original size
- Replies: 6
- Views: 63528
Re: jpg to pdf - with original size
Perhaps i should explain again:
My scanned jpg is in original 15x10cm - i want that to be shown and printed in the middle or top of a A4 PDF. The rest of the page should be white.
My scanned jpg is in original 15x10cm - i want that to be shown and printed in the middle or top of a A4 PDF. The rest of the page should be white.
- 2012-05-31T04:03:18-07:00
- Forum: Users
- Topic: jpg to pdf - with original size
- Replies: 6
- Views: 63528
Re: jpg to pdf - with original size
Thank you for your reply,
but unfortunately sam2p too makes a pdf not with the original size and not in A4.
So i am still searching for a solution how can i get a jpg in original size to a A4pdf.
but unfortunately sam2p too makes a pdf not with the original size and not in A4.
So i am still searching for a solution how can i get a jpg in original size to a A4pdf.
- 2012-05-26T04:33:54-07:00
- Forum: Users
- Topic: jpg to pdf - with original size
- Replies: 6
- Views: 63528
jpg to pdf - with original size
Hello folks, im trying to convert a jpg (scanned with 150 dpi) to a pdf with a4 papersize. But the scan shoud appear in original size. At first i tryed the following: convert test.jpg -page a4 out.pdf But the image spans the complete width of the pdf. Then i read the forum and googled: the -density ...