Page 1 of 1

Base64 Decode/Encode

Posted: Sat Apr 12, 2008 4:54 am
by LotusGuy
Loic,

It would be a great feature if you could add methods that you could pass Base64 encoded text into and generate an image or vice versa. Currently, I aquire postage labels from a USPS postal server after passing shipping data. The labels are XML responses with base64 encoded images that have the barcodes, etc. on them.

Thanks!
Keith

Re: Base64 Decode/Encode

Posted: Tue Apr 15, 2008 12:06 pm
by Loïc
Hi,

I've added this feature into our wish list.

For now you can use many free base 64 encoder/decoder's functions which are available from the web:

For VBS/VB6: http://www.motobit.com/tips/detpg_Base64/

For vb.net: http://www.codeproject.com/KB/vb/Base64decoder.aspx

For C#: http://www.vbforums.com/showthread.php?t=287324

For C/C++: http://libb64.sourceforge.net/

...

Best regards,

Loïc

Re: Base64 Decode/Encode

Posted: Thu Jul 31, 2008 10:45 am
by Loïc
Hi,

This feature is now implemented in GdPicture V 5.6: viewtopic.php?t=838

Loïc

Re: Base64 Decode/Encode

Posted: Sat Aug 01, 2009 4:48 am
by LotusGuy
Loic,

I never thanked you for this feature. I have used it in my application and it has made the program 10x faster!

Thanks again!

Keith

Re: Base64 Decode/Encode

Posted: Tue Aug 04, 2009 5:01 pm
by Loïc
Keith, you are welcome ! :D