ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 convert image base64 encrypted

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
ali Posted - Oct 08 2021 : 10:11:31
Hi Nigel

Can l covert image base64 encrypted to regular image with imageen?

Best Regards

Ali Abbasi
6   L A T E S T    R E P L I E S    (Newest First)
ali Posted - Nov 07 2021 : 02:34:28
Hi Nigel

I found a solution for my issue.

Best Regards

Ali Abbasi
xequte Posted - Oct 18 2021 : 16:28:24
Hi Ali

Please send me a simple demo that shows the issue.

Nigel
Xequte Software
www.imageen.com
ali Posted - Oct 18 2021 : 03:17:27
Hi Nigel

I fill UniImage1 with HTML code.
UniImage1 show picture and content of UniImage1 base64 data.


Best Regards

Ali Abbasi
xequte Posted - Oct 13 2021 : 21:40:28
Hi Ali

Sorry, I'm not following. Is UniImage1 showing a base64 encoded image (e.g. appears as a corrupted image)? How is UniImage1 filled.

Your code does not like it would work (ImageEnIO1 is not doing anything).


Nigel
Xequte Software
www.imageen.com
ali Posted - Oct 13 2021 : 01:56:02
Hi Nigel

Thank you for your replay.

UniImage1 is original is base64.
I wrote below codes and where most be change?
------------------------------------------
var
 bmp2: TBitmap;
begin
  UniImage2.Picture.Graphic.Assign(UniImage1.Picture.Graphic);
  try
   UniImage2.Assign(UniImage1);
   bmp2 := TBitmap.Create;
   ImageEnIO1.Update;
   UniImage2.Picture.Bitmap.Assign(ImageEnIO1.Bitmap);
   UniImage2.Update;
  finally
   bmp2.Free;
   ImageEnIO1.Free;
  end;

------------------------------------------

Best Regards

Ali Abbasi
xequte Posted - Oct 09 2021 : 01:22:25
Hi Ali

Yes, please see:

https://www.imageen.com/help/TImageEnIO.LoadFromText.html

Nigel
Xequte Software
www.imageen.com