in reply to Re: Outputing image in perl script/cgi
in thread Outputing image in perl script/cgi

Hi. I understand. But my image generates this: ÿØÿá :/ ...
  • Comment on Re^2: Outputing image in perl script/cgi

Replies are listed 'Best First'.
Re^3: Outputing image in perl script/cgi
by LanX (Saint) on Nov 08, 2015 at 15:00 UTC
    What is the question?

    What did you try?

    What did you get?

    What do you want to get?

    Please try to phrase posts which can be answered without semi telepathic guessing.

    It might probably and under some circumstances be (i.e. let's suppose) that you want to google for "base64 and perl" but I'm not going to do it for you if you don't even show any efforts in expressing your problem.

    Our maybe not? Who knows?

    Cheers Rolf
    (addicted to the Perl Programming Language and ☆☆☆☆ :)
    Je suis Charlie!

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^3: Outputing image in perl script/cgi
by kennethk (Abbot) on Nov 08, 2015 at 16:31 UTC
    If your image is generating high-bit characters, then you aren't encoding it in base64. MIME::Base64

    #11929 First ask yourself `How would I do this without a computer?' Then have the computer do it the same way.