Pixel Drawing Program
Pixel Drawing Program
- Subject: Pixel Drawing Program
- From: Sebastian Gomez Papiol <email@hidden>
- Date: Sat, 15 Feb 2003 02:16:16 +0100
I want to make a pixel drawing program like "Deluxe Paint". A program
to draw at pixel level pcx images of 256 colors. But I'm "amateur"
programmer and I don't know exactly how to begin.
My intention is, with the help of image filters, load a PCX image in a
custom view, and load the color palette of the image in 256 custom
views (one for every color). But I don't know how to edit the image in
a pixel level, and draw things like lines, ovals, etc... because
NSBezierPath class isn't enough precise to draw in a pixel basis (the
minium width of a bezier line is 2 pixels without antialias).
Perhaps somebody have a more accurate idea of how to begin a pixel
drawing program of 256 color images using cocoa? thanks.
_______________________________________________
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.