FROM : Osamu Shigematsu
DATE : Wed Dec 22 20:00:27 2004
Thank you Chuck,
I'm now checking "IconFamily" source code.
I found a silly mistake in my code:
colorSpaceName:@"NSCalibratedWhiteColorSpace"
This should be:
colorSpaceName:NSCalibratedWhiteColorSpace
I have fixed that mistake but the result was not changed.
I also tested to change drawing method of source image, such as
"compositeToPoint" or "dissolveToPoint", but nothing was changed in the
output image.
On Dec 23, 2004, at 3:17 AM, Chuck Soper wrote:
> Hello,
>
> I don't know the answer to your question, but you might want to look
> at the IconFamily source written by Troy Stephens and others:
> <http://homepage.mac.com/troy_stephens/software/objects/IconFamily/>
> Find the link to "IconFamily-0.5.1.tgz" for the source.
>
> I'm working on a somewhat related problem, scaling an NSImage then
> creating an NSBitmapImageRep.
--
Osamu Shigematsu
DATE : Wed Dec 22 20:00:27 2004
Thank you Chuck,
I'm now checking "IconFamily" source code.
I found a silly mistake in my code:
colorSpaceName:@"NSCalibratedWhiteColorSpace"
This should be:
colorSpaceName:NSCalibratedWhiteColorSpace
I have fixed that mistake but the result was not changed.
I also tested to change drawing method of source image, such as
"compositeToPoint" or "dissolveToPoint", but nothing was changed in the
output image.
On Dec 23, 2004, at 3:17 AM, Chuck Soper wrote:
> Hello,
>
> I don't know the answer to your question, but you might want to look
> at the IconFamily source written by Troy Stephens and others:
> <http://homepage.mac.com/troy_stephens/software/objects/IconFamily/>
> Find the link to "IconFamily-0.5.1.tgz" for the source.
>
> I'm working on a somewhat related problem, scaling an NSImage then
> creating an NSBitmapImageRep.
--
Osamu Shigematsu
| Related mails | Author | Date |
|---|---|---|
| Osamu Shigematsu | Dec 22, 19:02 | |
| Chuck Soper | Dec 22, 19:17 | |
| Osamu Shigematsu | Dec 22, 20:00 | |
| Ricky Sharp | Dec 22, 20:09 | |
| Osamu Shigematsu | Dec 22, 20:57 | |
| Clark Cox | Dec 22, 21:19 | |
| Osamu Shigematsu | Dec 23, 08:05 |






Cocoa mail archive

