Hi All
I have the rasterizer done very rough code in a project called "Dumb Vector Graphics" you can download it here
https://www.dropbox.com/s/92hccxkhiacfztp/Dumb%20Vector%20Graphics.zip?dl=0Remember rough code compiled on Win 7.0 PB 5.7 not tried on Linux or mac yet but should work.
This is just a viewer. You have two options:-
1. Scale. This is a figure for how many pixels to use, default 128, enter an integer here such as 16 or 35.
2. Enabled. When checked this will draw the icon in it's enabled state unchecked then disabled state.
Each colour in the icon is individually converted to greyscale for the disabled icon so no flat grey.
After entering Scale and selecting enable select the file to display (I have included about 60 in the download) and it will be displayed on the canvas.
Only in pixels at the moment but of course DPI scaling depends on the monitor so for a 100dpi monitor a 5mm icon will be about 20 pixels.
Let me know whay you think.
Kind Regards
CD
PS Just noticed one added shape not drawn correctly problem with encoder not viewer. Flip coordinates not working. Have fixed will be in next down load. (load and Save documents)