Search found 3 matches
- 2018-09-05T22:31:28-07:00
- Forum: Users
- Topic: Offset behaviour with -page, -set page
- Replies: 4
- Views: 4216
Re: Offset behaviour with -page, -set page
Thank you. Somehow overlooked the porting guide earlier. Just what I needed. After reading up some more, the v7 "magick" command largely appears to work predictably. And of the several other quirks I've come across, nearly all of them appear to be down to using "convert" in v7. Have also noticed v6 ...
- 2018-08-30T06:07:53-07:00
- Forum: Users
- Topic: Offset behaviour with -page, -set page
- Replies: 4
- Views: 4216
Re: Offset behaviour with -page, -set page
Thank you! Substituting 'magick' for 'convert' clears this up neatly, and also several more conversions including this one with '-repage' that had me confused: magick -delay 100 -page 100x100+50+50 rose: -resize '200%' -repage 0x0+10+10 +write rose_00.gif info: convert -delay 100 -page 100x100+50+50 ...
- 2018-08-30T02:12:40-07:00
- Forum: Users
- Topic: Offset behaviour with -page, -set page
- Replies: 4
- Views: 4216
Offset behaviour with -page, -set page
Been tearing my hair off trying to understand this '-page', '-set page' behaviour: convert -version Version: ImageMagick 7.0.8-10 Q16 x86_64 2018-08-19 00. Expected behaviour (as far as I understand): convert -delay 100 -page 100x100+0+0 \( rose: -set page +50+50 \) rose: rose_00.gif 01. Expected ...