20,741
edits
Line 229: | Line 229: | ||
== Mongoose/httpd Integration == | == Mongoose/httpd Integration == | ||
{{See also|Read canvas image by HTTP}} | {{See also|Read canvas image by HTTP}} | ||
The next step is actually registering our new serialization scheme as a streaming service with the built-in mongoose httpd server, so that a browser (or Python script) can request a certain Canvas (by index) specifying <code>type=svg/xml</code> obtaining a corresponding image. Once that is working, we can look at supporting streaming SVGs. | The next step is actually registering our new serialization scheme as a streaming service with the built-in mongoose httpd server, so that a browser (or Python script) can request a certain Canvas (by index) specifying <code>type=svg/xml</code> obtaining a corresponding SVG image. Once that is working, we can look at supporting streaming SVGs. | ||
However, we will also need a way to properly resolve paths for raster images, as well as image nodes using texture maps to only extract a certain portion from a raster image, for details see [[Howto:Using_raster_images_and_nested_canvases#Texture_Maps]]. | |||
== Related == | == Related == |