Hi snibgo.
This post was borne of frustration because, well.. I didn't RTFM.
Thank you for the explanation and my apologies for filling this as a bug instead of question.
Search found 2 matches
- 2016-11-06T06:50:13-07:00
- Forum: Users
- Topic: Drawing text after cropping and resizing is insane
- Replies: 3
- Views: 2594
- 2016-11-05T07:27:24-07:00
- Forum: Users
- Topic: Drawing text after cropping and resizing is insane
- Replies: 3
- Views: 2594
Drawing text after cropping and resizing is insane
I don't know if this qualifies as a bug but I want to get it out regardless.
First, let's add text to a 500 by 500 pixel image:
convert 500by500.png \
-gravity center \
-draw "text 0,0 'TEXT'" \
out.png
https://s11.postimg.org/pufja6oyr/image.png
No problems so far:
Now let's crop the ...
First, let's add text to a 500 by 500 pixel image:
convert 500by500.png \
-gravity center \
-draw "text 0,0 'TEXT'" \
out.png
https://s11.postimg.org/pufja6oyr/image.png
No problems so far:
Now let's crop the ...