Hi folks,

as you might know, Apple has a WOImageInfo class in WebObjects. [1]

You can get width and height from a image.

Is there something simelar available without adding too many dependencies?

I think a non-gui version of NSImage would make sense. I think of:

- (void)setSize:(NSSize)aSize
- (NSData *)TIFFRepresentation (also for JPEG, PNG)

etc.

The main idea is that you do not need Views, Windows, X11 etc to load, scale 
and save images.

Any ideas/resources?

-----

[1] 
http://www.wodeveloper.com/omniLists/webobjects-dev/2004/October/msg00287.html

---
   _  _
 _(_)(_)_  David Wetzel, Turbocat's Development,
(_) __ (_) Buchhorster Strasse 23, D-16567 Muehlenbeck/Berlin, FRG,
  _/  \_   Fax +49 33056 82835 Phone +49 33056 82834
 (______)  http://www.turbocat.de/



_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to