Image Manipulation
Image Manipulation
- Subject: Image Manipulation
- From: Erik Thorteran <email@hidden>
- Date: Tue, 26 Jun 2001 23:14:21 -0700
If I want to edit the nitty-gritty details of NSImages (presumably
through TIFFRepresentation?) like adding/removing/changing pixels. Then
I could load it back and display it in an NSImageView/write it to disk
etc... What is the TIFF file format like? Are there APIs for editing
it? I want the end result to be something like a less powerful
Photoshop (no filters, but does do pixel manipulation). Eventually I
want to make it into a pxm# for a theme but that is a completely
different question...
Erik