Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Perl

Journal Tux2000's Journal: Perl/Tk: Tk::Photo and non-file images

Tk::Photo can be initialised from a file: $widget->Photo(-file=>'some.jpeg').

The manual page tells you that it can also read the image from string data: $widget->Photo(-data=>$data).

Reading the file into $data does not work, not even with binmode. What's missing in the manual page (at least in Version 3.014) is the fact that the string data must be base64-encoded! It's very convenient to use a here-document in base64, but it is not what I expect. I would have prefered to convert a base64 here-document manually before passing it to Tk::Photo.

This discussion has been archived. No new comments can be posted.

Perl/Tk: Tk::Photo and non-file images

Comments Filter:

"A car is just a big purse on wheels." -- Johanna Reynolds

Working...