control size output using convert from txt to png
Posted: 2016-02-12T22:46:01-07:00
I was able to use convert to change the test file to a png file so it could be used in a sequence that builds a singe image from several pngs. But the output of convert changing from txt to png is too large and -resize doesn't seem to follow the same rules as it does when used on the combined png's
What i have so far: convert "notes.txt" "notes.png" works perfect but i can't get -resize xxx-xxx to perform at the pixels sixes as expected
On the other hand:
convert -append "top.png" "goldbar.png" "school.png" "goldbar.png" "pos.png" -resize 260x298 "inviteb.png" works perfectly
I just need that single line of text (as a .png I guess) to be appended to the bottom like a "Label" for the image.
What i have so far: convert "notes.txt" "notes.png" works perfect but i can't get -resize xxx-xxx to perform at the pixels sixes as expected
On the other hand:
convert -append "top.png" "goldbar.png" "school.png" "goldbar.png" "pos.png" -resize 260x298 "inviteb.png" works perfectly
I just need that single line of text (as a .png I guess) to be appended to the bottom like a "Label" for the image.