home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / Converter / DC-PGS21.DMS / in.adf / Extras / DevDocs.LHA / DeveloperDocs / include / photogenics / gio.i < prev    next >
Encoding:
Text File  |  1996-06-03  |  1.6 KB  |  84 lines

  1. ; extended for V1.2!!
  2.  
  3. GIOF_LOADER8 equ 1
  4. GIOF_LOADER24 equ 2
  5. GIOF_SAVER8 equ 4
  6. GIOF_SAVER24 equ 8
  7. GIOF_LOADFILE equ 16
  8. GIOF_SAVEFILE equ 32
  9. GIOF_PLANAR equ 64
  10. GIOF_NOID equ 128
  11. GIOF_NOFILEOPEN equ 256
  12. GIOF_CONTIGUOUS equ 512
  13. GIOF_LOADNOPROGRESS equ 1024
  14. GIOF_SAVENOPROGRESS equ 2048
  15. GIOF_EXTENDED equ 4096
  16.  
  17.         STRUCTURE GIOData,0
  18.  
  19.     APTR    gio_Next
  20.     APTR    gio_Prev
  21.     APTR    gio_Filename
  22.     STRUCT    gio_Data,64
  23.     ULONG    gio_Filehandle
  24.     ULONG    gio_Width
  25.     ULONG    gio_Height
  26.     ULONG    gio_Depth
  27.     ULONG    gio_P_width
  28.     ULONG    gio_P_height
  29.     ULONG    gio_P_top
  30.     ULONG    gio_P_left
  31.     ULONG    gio_VP_mode
  32.     UWORD    gio_Aspect_x
  33.     UWORD    gio_Aspect_y
  34.     APTR    gio_Bitmap
  35.     APTR    gio_SrcLinetable
  36.     APTR    gio_DestLinetable
  37.     APTR    gio_Palette
  38.     APTR    gio_Flags
  39.     ULONG    gio_Headerlength
  40.     ULONG   gio_Error
  41.     ULONG    gio_UserData
  42.     ULONG    gio_UserData2
  43.     ULONG    gio_UserData3
  44.     APTR    gio_PgsBase
  45.     ULONG    gio_SkipBytes
  46.     APTR    gio_DOSBase
  47.     APTR    gio_GfxBase
  48.     APTR    gio_IntuitionBase
  49.     APTR    gio_UtilityBase
  50.     APTR    gio_GadtoolsBase
  51.     APTR    gio_AslBase
  52.     APTR    gio_ColorwheelBase
  53.     ULONG    gio_extendedid
  54.     APTR    gio_PgsScreen
  55.     APTR    gio_SecondLinetable
  56.     APTR    gio_AlphaLinetable
  57.     APTR    gio_PaintLinetable
  58.     UWORD    gio_WindX
  59.     UWORD    gio_WindY
  60.     UWORD    gio_WindWidth
  61.     UWORD    gio_WindHeight
  62.     UWORD    gio_DestWidth
  63.     UWORD    gio_DestHeight
  64.     UWORD    gio_SecondWidth
  65.     UWORD    gio_SecondHeight
  66.     UWORD    gio_AlphaWidth
  67.     UWORD    gio_AlphaHeight
  68.     UWORD    gio_DestDepth
  69.     UWORD    gio_SecondDepth
  70.     UWORD    gio_AlphaDepth
  71.     APTR    gio_DestPalette
  72.     APTR    gio_SecondPalette
  73.     APTR    gio_AlphaPalette
  74.  
  75.     LABEL    gio_SIZEOF
  76.  
  77. LOAD_OK equ 0
  78. LOAD_RAMERR equ 1
  79. LOAD_FILEERR equ 2
  80. LOAD_WRONGTYPE equ 3
  81. LOAD_SYSERR equ 4
  82. LOAD_ABORTED equ 5
  83. LOAD_UNAVAILABLE equ 6
  84.