Search found 1 match
- 2011-11-02T21:45:13-07:00
- Forum: Bugs
- Topic: Can't convert 1x# pixel images
- Replies: 5
- Views: 9210
Can't convert 1x# pixel images
I have an automated script that generates image sprites. Long story short, it's failing on 1x# pixel images (that is any image that is one pixel wide). A very simplified example that gets run: convert -strip -size 1x66 xc:transparent -draw 'image over 0,0 0,0 "/path/to/foo.png"' /path/to/sprite-1 ...