I've pushed the code to generate bitmaps and hashes to branch ksvsk_test
(dirty). Please look into it.
I am currently working on effective ways to visualize the glyph
differences. ( as in proposal )
I have tried testing the output using bitmaps but it is not visually
appealing (for small sizes).
And for big sizes, there is no clarity after zooming in to see the
differences.
I am working on another way to visualize the pixel by pixel differences.
This can be done by creating a grid (like in ftgrid ) of required size on
the webpage and then coloring it so that each square denotes a pixel.
Performing all the calculations in C( calculating differences and making
the final image ) and then coloring the grid on webpage using this image
data.
How about this ?
I think there are advantages to this like we can zoom and pan clearly on
webpage.
_______________________________________________
Freetype-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to