-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
What steps will reproduce the problem?
1. Get HTML from my WYSIWYG Editor
2. HTML has an image like <img src="voasdasdnunew..."/> in base64
3. when converting to image the img is not recognized
Steps:
HtmlImageGenerator imageGenerator = new HtmlImageGenerator();
imageGenerator.loadHtml("<IMG src=\"data:image/gif;base64,iVBORw0KGgoAA...
imageGenerator.saveAsImage("C:\\tmp\\prueba.png");
What is the expected output? What do you see instead?
I want to get the image as it is displayed in Web browser
What version of the product are you using? On what operating system?
0.9.jar in W7
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 15 Mar 2013 at 9:36