[PHP-WIN] Re: Working with Base64 data

2004-02-18 Thread Justin Patrin
Hubo wrote: When I attempt to view the generated test.jpg in a browser, it is unable to display. Same with photoshop and the windows built-in pic viewer. I know that the base64 data is not corrupted, since I can get it to display properly in netscape with the following code: echo ''; Unfortuna

[PHP-WIN] Re: Working with Base64 data

2004-02-18 Thread hubo
> > When I attempt to view the generated test.jpg in a browser, it is unable to > display. Same with photoshop and the windows built-in pic viewer. > I know that the base64 data is not corrupted, since I can get it to display > properly in netscape with the following code: > > echo ''; > > > Unfor

[PHP-WIN] Re: Working with Base64 data

2004-02-18 Thread Steve Goodman
Thanks a bunch! That's what the image should be. I'm running 4.3.2. I'll see about an upgrade. steve "Dvdmandt" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Did you try with PHP 4.3.4 (I think some earlier version was buggy)? It > worked, and created something like a black/white

[PHP-WIN] Re: Working with Base64 data

2004-02-18 Thread DvDmanDT
Did you try with PHP 4.3.4 (I think some earlier version was buggy)? It worked, and created something like a black/white palette or something, and the number '2' at the bottom, 24x466 px.. :) Just used this: echo base64_decode($image_data); -- // DvDmanDT MSN: dvdmandt¤hotmail.com Mail: dvdmandt