|
Posted by Brian McCauley on September 24, 2004, 8:23 pm
Please log in for more thread options
M_F_H wrote:
> I have a file that is in base64 format that I would like to convert to a
> graphic format such as TIFF, BMP, or JPG.
This is like saying "I've got a book printed in green and I'd like to
convert it to one printed in German".
Base64 is a transmission encoding not a content encoding. Underneath
that tranmission encoding will be the content encoding.
> What modules do you recommend,
For handling base64 I would recommend ones with base64 in the name.
For converting image formats I'd use Image::Magick (although I've never
done so).
> and how would you use them
I would read the instructions.
|