https://qa.mandrakesoft.com/show_bug.cgi?id=365

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2003-02-20 15:19 -------
As I said, fixing version is 5.4.8.3-3mdk.i586.rpm
from "unsupported" repository, e.g.:

ftp://ftp.sunet.se/pub/os/Linux/distributions/mandrake-devel/unsupported/9.0/i586/ImageMagick-5.4.8.3/

while you are still using 5.4.8.3-1mdk. Furthermore
http://192.168.1.1/~nigelreed/text.jpg is not a public
address.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date: 
description: 
Trying to convert a .txt file to .jpg

First, create a file such as "text.txt".

echo "This is a test file" > text.txt

Now, convert to a jpg

convert text.txt text.jpg

When you view the .jpg it contains the filename of the original document plus 
the included text

"text.txtThis is a test file"

It appears the filename is being appended to the string, erroneously

Reply via email to