Search found 3 matches

by barells
2014-10-22T13:18:16-07:00
Forum: Users
Topic: problems since upgrading
Replies: 3
Views: 1497

Re: problems since upgrading

I see that I need to add the +repage, since the trim option caries over the original dimensions... I think I"m good now!
by barells
2014-10-22T13:03:14-07:00
Forum: Users
Topic: problems since upgrading
Replies: 3
Views: 1497

Re: problems since upgrading

Okay, I see. So, i was successful in creating the equal 4 images like so: convert sst_graph.ps -resize 512x512 -crop 256x256 sst_graph.png But, that was a simplified version of what I need to do. It looks like when I add in -trim, it doesn't work the way I expect: convert sst_graph.ps -trim -resize ...
by barells
2014-10-22T12:32:09-07:00
Forum: Users
Topic: problems since upgrading
Replies: 3
Views: 1497

problems since upgrading

I recently upgraded to the latest ImageMagick - 6.8.9, from 6.2.x, and have since noticed some odd things. The biggest perplexity is in cropping. I am converting a ps file to png, like so: convert -resize 512x512 -crop 256x256 image.ps image.png Previously, this created 4 images that were each ...