What is Picture to People?

"Picture to People" (P2P) is a new, free, in development, software for image viewing, 2D drawing, retouching, authoring, composing, filtering, artistic effects and other image processing. It has been made from scratch, including a new platform independent GDI (the core) and several useful screen widgets. No libraries, no imports. At this moment, it's a Windows tool, but ports can come as the time goes. Initial native interface languages will be English and Portuguese, but it's just the beginning.

"Only who makes has true knowledge. Knowledge is control. True power depends on total control. Only who makes from scratch has the real power."

Monday, July 13, 2009

The font engine is evolving

I'm facing well the hard challenge of have my own font engine. Some of my very low level libraries are been improved to achieve this goal.

Some of the main problems to someone trying to make this:

- TTF file format is weird and complex;
- font hinting is a very hard subject and trying auto-hint fonts is even worse;
- some fonts are very complex;
- there must be special care to draw fonts in small size; it can need proper algorithms;
- you should have a very complete, robust, and fast rasterizer behind you.

Some of my pieces of code are being stressed, but I'm glad about that. In the end I'm getting a general improvement in several low level libraries, what will help me in other developments.

In time: be patient. I will show you screenshots soon.

Subscribe in a reader

0 comments: