On 23 January 2013 14:34, Esteban Lorenzano <estebanlm@gmail.com> wrote:
On Jan 23, 2013, at 2:23 PM, Igor Stasenko <siguctua@gmail.com> wrote:
On 23 January 2013 12:58, Esteban Lorenzano <estebanlm@gmail.com> wrote:
Hi Fernando,
I don't want a Form... quitte the opposite! :) What I want is to have something equivalent to athens to what now is covered in morphic with ImageReadWriter.
Or, better explained, I want an AthensImageReadWriter who answers me a surface (or something that I can draw with an athens canvas) with the image from a file :)
You know that you can convert between forms and athens surface?
I know, but I want to get rid off morphic :)
Forms is actually not that bad, they simply contain bits.
I know, but then we will keep them even if we remove morphic?
Why not? You will still need something which represents the bitmap bits, which you can directly manipulate (if you want to).
The bit format information is a bit obscure (comparing to OpenGL, for instance), but its enough. So, i suggest you to use form and ImageReadWriter.
ok, I will use it.
-- Best regards, Igor Stasenko.