From: Ariya H. <ari...@gm...> - 2006-06-19 16:35:38
|
Hi folks, Here's the status so far with my Summer of Code (WPG conversion filter). I have converted all WPG1 parsing code to match the new painting interface model. As I have written in previous progress report, the model closely follows that of PostScript. There are two types of functions, to change the state and to draw something. The state functions don't draw anything and the draw functions don't change any state. With this, I have also merged all parsing code and committed everything to libwpg CVS (from now on, I will not work off the CVS anymore). My mentor, Fridrich Strba, is also continuing his work on correcting the color palette by reverse-engineering (as the documentation is not complete). I'm trying to complete the object transformation (translation, rotation, etc). I hope I can finish it (or least, part of it) within this week. In this area, unfortunately the documentation is also rather brief. Thank you ! Regards, Ariya Hidayat PS: No screenshot this time... |