RE: Convert Bitmap to PICT
RE: Convert Bitmap to PICT
- Subject: RE: Convert Bitmap to PICT
- From: Marco Binder <email@hidden>
- Date: Thu, 13 Mar 2003 11:48:06 +0100
Hi!
>
I am new to MAC development and need some help urgently.
Its "Mac", not MAC ;-)
>
1] Does NSImage support any image format conversions? Does it support
>
TIFF/GIF/JPEG or any other format.
It does. Actually, it supports reading virtually any format, Quicktime
understands. For conversion, look at the representationUsingType:
Properties: method of NSBitmapImageRep. At any rate, have a look at
NSBitmapImageRep.
>
2] Can we convert a bitmap into PICT using the
I dont believe you can. NSPICTImageReps need to be initialized with
data conforming to the PICT format. The other way round will work, but
creating a PICT file from any data other than PICT... not sure how this
would work easily.
Marco
--
|\ /| E-Mail: email@hidden WWW: www.marco-binder.de
| \/ | Telefon: 07531 / 94 19 94 Fax: 07531 / 94 19 92
| |ARCO Snail-Mail: Banater Str. 3 - 78467 Konstanz
BINDER _____________________________________________________
_______________________________________________
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.