Bitmap images (development): Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=== To implement embedded images === | === To implement embedded images === | ||
Line 9: | Line 8: | ||
[Category:Development] | [[Category:Development]] |
Revision as of 08:24, 13 August 2007
To implement embedded images
To implement embedded images, one would store binary data in a node, like <node TYPE="image" BINARY="x4543edvc...45ert"/> Upon opening the node for viewing, temporary file would be created and HTML viewer would point to that file. Upon editing, external image editor would be opened to edit the temporary file, like Gimp.