On Nov 15, 2003, at 12:47 PM, Joseph J. Strout wrote:
Dim p As Picture
p = NewPicture( myJPEG.width, myJPEG.height, 32 )
p.graphics.DrawPicture myJPEG, 0, 0
Now, p is in a format you can stuff into a PICT resource. But you
never answered how you're adding this item to your resource fork.
Depending on what RB method you're using to do this, it's possible
that RB should do the conversion for you.
Why doesn't RB do *this* for us? It's not like we can do any JPEG
specific stuff with pictures.
Seth Willits
------------------------------------------------------------------------
---
President and Head Developer of Freak Software - http://www.freaksw.com
REALbasic Guru at ResExcellence - http://www.resexcellence.com/realbasic
Webmaster for REALbasic Game Central - http://www.freaksw.com/rbgames
"Great spirits have always encountered violent opposition from mediocre
minds."
-- Albert Einstein
------------------------------------------------------------------------
---
- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>
|