Re: Pixmaps
Re: Pixmaps
- Subject: Re: Pixmaps
- From: Bob Newhart <email@hidden>
- Date: Wed, 27 Mar 2002 18:40:20 -0700
Hello,
I'm the author of ThemePark. There's a Carbon program called Sprocket that
is open source (BSD license). I don't know the URL off-hand, but you can
find it if you search the MacNN forums.
We both handled pxm# resources roughly the same way - read 'em in and
bit-bang 'em until they're in a useable format.
Jason
Adam Atlas Tried to Tell Me:
>
Hi,
>
I need a way to load a resource fork located in the data fork of a file,
>
and then load a pixmap (pxm#) resource from it. I need a way to get the
>
number of images in the pixmap, and then get split each image into a
>
base image, an alpha mask, and a hit mask.
>
>
I've tried looking around in some PrivateFrameworks with Class-dump, as
>
I assumed there must be some framework for this since the operating
>
system uses pixmaps, but with no luck.
>
>
So how would I go about dealing with pixmaps? (Even if I have to use a
>
private API)
>
>
--
>
Adam Atlas
>
Atomm Software
>
http://www.atommic.com
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
References: | |
| >Pixmaps (From: Adam Atlas <email@hidden>) |