Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
The TXT file itself is fine, but it seems that only half of the image height is recreated with TXT: as input.
IIRC, this error came with IM v6.6.2.0 (versions from before are ok for me).
It seems to be a problem only in Windows. I had tested various versions - but all on Windows XP.
If I convert rose.txt to a Unix TXT format, ImageMagick can read it again.
Perhaps you can reproduce it with my Windows 'rose.txt': (Edit: Link deleted)
(In a text editor, it should be identical to your rose.txt.)
I can use a very simple image (with a current Q16 version - in Windows!):
convert xc:red txt:- | convert - txt:
# ImageMagick pixel enumeration: 1,1,65535,rgb 0,0: (65535,65535,65535) #FFFFFFFFFFFF white
Older versions show the correct values:
convert xc:red txt:- | convert - txt:
# ImageMagick pixel enumeration: 1,1,65535,rgb
0,0: (65535, 0, 0) #FFFF00000000 red
Last edited by Drarakel on 2010-06-12T16:54:29-07:00, edited 1 time in total.