Search found 1 match

by Seesen
2015-05-23T19:48:09-07:00
Forum: Users
Topic: Problem with Montage and Text Images Doubling
Replies: 1
Views: 856

Problem with Montage and Text Images Doubling

When using montage and created text images, the text is always doubled in some strange way. Here is a simple example in bash.
convert -size 256x180 label:A A.PNG
wait
montage A.PNG A.PNG B.PNG
This is what happens http://imgur.com/K8CuOoz. Why does it do this and is there a way to fix or work ...