freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft-devel] [GSoC] [Doubt] Bitmap rendering


From: k kushal
Subject: [ft-devel] [GSoC] [Doubt] Bitmap rendering
Date: Wed, 14 Jun 2017 23:28:54 +0530

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.










reply via email to

[Prev in Thread] Current Thread [Next in Thread]