Search found 5 matches
- 2018-06-23T22:53:16-07:00
- Forum: Bugs
- Topic: Image corrupted when converted to pixel cache
- Replies: 10
- Views: 12555
Re: Image corrupted when converted to pixel cache
Can you explain what went wrong or share the changeset. So that we will have an insight if we face something similar again.
- 2018-06-12T23:54:47-07:00
- Forum: Bugs
- Topic: Image corrupted when converted to pixel cache
- Replies: 10
- Views: 12555
Re: Image corrupted when converted to pixel cache
The mpc file is being generated by the same version of imagemagick. Yes, i have the .cache file in the same directory as .mpc file. This is working in the older version v7.0.5-4
- 2018-06-12T05:32:31-07:00
- Forum: Bugs
- Topic: Image corrupted when converted to pixel cache
- Replies: 10
- Views: 12555
- 2018-06-11T23:08:08-07:00
- Forum: Bugs
- Topic: Image corrupted when converted to pixel cache
- Replies: 10
- Views: 12555
Re: Image corrupted when converted to pixel cache
This is the right command being used. The resized.png looks different from the original image.
convert pixelcache.mpc -resize 1600x1600\> resized.png
This one is a typographical error. I have edited my question.
convert pixelcache.mpc -resize\> 1600x1600 resized.png
convert pixelcache.mpc -resize 1600x1600\> resized.png
This one is a typographical error. I have edited my question.
convert pixelcache.mpc -resize\> 1600x1600 resized.png
- 2018-06-11T02:58:07-07:00
- Forum: Bugs
- Topic: Image corrupted when converted to pixel cache
- Replies: 10
- Views: 12555
Image corrupted when converted to pixel cache
I have an image which is converted to pixel cache format .mpc and then resized to 1600x1600 using the following commands convert image.png pixelcache.mpc convert pixelcache.mpc -resize 1600x1600\> resized.png The resized.png image looks different in the latest version of imagemagick (v7.0.7-38 ...