Skip navigation.
 
mlRe: Creating black and white image
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

Related mailsAuthorDate
mlCreating black and white image Osamu Shigematsu Dec 22, 19:02
mlRe: Creating black and white image Chuck Soper Dec 22, 19:17
mlRe: Creating black and white image Osamu Shigematsu Dec 22, 20:00
mlRe: Creating black and white image Ricky Sharp Dec 22, 20:09
mlRe: Creating black and white image Osamu Shigematsu Dec 22, 20:57
mlRe: Creating black and white image Clark Cox Dec 22, 21:19
mlRe: Creating black and white image Osamu Shigematsu Dec 23, 08:05