flif 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. #------------------------------------------------------------------------------
  2. # $File: flif,v 1.1 2015/11/23 22:04:36 christos Exp $
  3. # flif: Magic data for file(1) command.
  4. # FLIF (Free Lossless Image Format)
  5. 0 string FLIF FLIF
  6. >4 string <H image data
  7. >>6 beshort x \b, %u
  8. >>8 beshort x \bx%u
  9. >>5 string 1 \b, 8-bit/color,
  10. >>5 string 2 \b, 16-bit/color,
  11. >>4 string 1 \b, grayscale, non-interlaced
  12. >>4 string 3 \b, RGB, non-interlaced
  13. >>4 string 4 \b, RGBA, non-interlaced
  14. >>4 string A \b, grayscale
  15. >>4 string C \b, RGB, interlaced
  16. >>4 string D \b, RGBA, interlaced
  17. >4 string >H \b, animation data
  18. >>5 ubyte <255 \b, %i frames
  19. >>>7 beshort x \b, %u
  20. >>>9 beshort x \bx%u
  21. >>>6 string =1 \b, 8-bit/color
  22. >>>6 string =2 \b, 16-bit/color
  23. >>5 ubyte 0xFF
  24. >>>6 beshort x \b, %i frames,
  25. >>>9 beshort x \b, %u
  26. >>>11 beshort x \bx%u
  27. >>>8 string =1 \b, 8-bit/color
  28. >>>8 string =2 \b, 16-bit/color
  29. >>4 string =Q \b, grayscale, non-interlaced
  30. >>4 string =S \b, RGB, non-interlaced
  31. >>4 string =T \b, RGBA, non-interlaced
  32. >>4 string =a \b, grayscale
  33. >>4 string =c \b, RGB, interlaced
  34. >>4 string =d \b, RGBA, interlaced