HTML URL-image

General TRichView support forum. Please post your questions here
Post Reply
henkjas
Posts: 1
Joined: Tue Dec 06, 2011 11:57 am
Location: Maastricht

HTML URL-image

Post by henkjas »

Does the TRichView component show inline HTML pictures with:
<img src="data:image/png;base64,/9j/4AAQSkZJRg.......etc, etc.

Thanks for answering
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

It's the question of saving/loading.
Directly - it's not supported.
But you can use events (OnHTMLSaveImage/OnSaveImage2, OnImportPicture) to encode/decode these data yourself.
(for HTML loading, you'll need additional components - either rvHtmlImporter, or rvHtmlViewImporter (recommended))
Post Reply