Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
Can anyone point me in the direction of a detailed specification for the DDIF fiel format? I'd like to write an Amiga IFF to DDIF file converter. Thanks Curt
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
656.1 | Pointers to DDIF converter info | 19721::JACK | Marty Jack | Fri Apr 21 1989 13:17 | 12 |
You wouldn't need to know the file format to write a DDIF converter. Check out the CDA manual that's part of the DECwindows documentation and follow the converter architecture. Related conferences: DDIF::DDIF DDIF::DDIF_CONVERTERS If IFF is an image format, it's probably easiest to write the converter using the Image Services library. For that info, check out: VISUAL::IMAGING | |||||
656.2 | PSW::WINALSKI | Paul S. Winalski | Sat Apr 22 1989 22:48 | 4 | |
What if the converter is to run on the Amiga? --PSW | |||||
656.3 | JAMMER::JACK | Marty Jack | Mon Apr 24 1989 11:05 | 5 | |
Well, then it's a large matter of programming, because he'll have to implement ASN.1 first on the Amiga. The ASN.1 definition of DDIF is in an appendix of the CDA manual, so it's still the source for information the person needs to do this. |