Hi guys. I want to do two things:

1) set a custom logo and background for my images.
2) I want to do 1) from my ConfigurationOfMariano
3) I want to have the logo and background picture as a ByteArray/Bitmap or
whatever but inside the image (not needing an external file).

For 1) I know I can do for the background image:

World backgroundImage: (ImageReadWriter formFromFileNamed: 'whatever.png')
layout: #scaled.

And for the logo:

LogoImageMorph default: (ImageMorph withForm: (ImageReadWriter
formFromFileNamed: 'whatever'))


Now....I need the second part, how to read it from file and store it as an
image directly in the image. Something similar as icons are stored.
And of course, then how to read them and set it to the background and logo.


Thanks in advance,

-- 
Mariano
http://marianopeck.wordpress.com

Reply via email to