History - c2i:
[Update3] c2i - v 1.3:
1) The php-file 'createImg.php' gets now created from C2 when exporting the project.
2) Demo - changed: The demo-project is forced via the project-properties to use the canvas2d renderer. --> should work now properly on whatever.
[= current workaround to avoid the WebGL-bug - see posts on side 2]
3) Refactored plugin-sourcecode - no improvements to recognize during edittime but the plugin has now fewer codelines and works as the last release.
Demo - canvas/sprite/screenshot + Plugin(v 1.3)+capx
____________
[Update2] c2i - v 1.2:
Screenshots are possible now
Demo - canvas/sprite/screenshot + Plugin(v 1.2)+capx(WebGL renderer - if possible)
Known bug: WebKit+WebGL:
If WebKit-Browsers(Chrome) are forced with the setting in the project-properties to use the WebGL-renderer they create only blank images. Firefox has no problem with WebGL enabled.
Workaround for now: Use the "canvas2d" renderer. This should work on whatever..
[/Update2]
____________
[Update] c2i - v 1.1:
Now the saving of Base64-Strings to images is possible. Together with Pode's behavior "Extract Sprite to base64 string" it's possible to save sprites to images.