AminetAminet
Search:
85175 packages online
About
Recent
Browse
Search
Upload
Setup
Services

dev/misc/raw2iff.lha

Mirror:Random
Showing: m68k-amigaos iconppc-amigaos iconppc-morphos iconi386-aros iconi386-amithlon iconppc-warpup iconppc-powerup icongeneric iconother icon
No screenshot available
Short:RAW pictures to IFF ILBM converter
Author: franck at hitchhikr.net (Franck Charlet)
Uploader:franck hitchhikr net (Franck Charlet)
Type:dev/misc
Version:2.2
Architecture:m68k-amigaos >= 2.0.4
Date:2026-03-02
Replaces:dev/misc/raw2iff.lha
Distribution:Aminet
Download:dev/misc/raw2iff.lha - View contents
Readme:dev/misc/raw2iff.readme
Downloads:427

raw2iff is a plugins driven tool to convert RAW pictures to IFF ILBM pictures
format.

Windows and Amiga executables are provided.

raw2iff <-p<n>> <-a<n>> [-f] [-b<n>] [-s<offset>] [-o<offset>] 
        [-e<palette file>[,<offset>]] <width> <height> <colors> <input>
        [output]

       -p     : source picture plugin number to use
                4 are plugins available:

                0: Planar picture
                1: Interleaved planar picture
                2: 8 bit chunky picture
                3: Atari ST interleaved picture

       -a     : source palette plugin number to use
                4 are plugins available:

                0: Alpha:8 Red:8 Green:8 Blue:8
                1: Red:4 Green:4 Blue:4
                2: Red:8 Green:8 Blue:8
                3: Red:3 Green:3 Blue:3

       -f     : palette is located in front of source picture data (after the
                data by default)
       -b     : enforce the number of bitplanes
       -o     : offset in source picture
       -s     : bytes added after each line processed in source picture
       -e     : palette is in a specified external file at an optional bytes offset
       width  : width of the source picture
       height : height of the source picture
       colors : 2 4 8 16 32 64 128 or 256
       input  : raw source file
       output : iff destination file

Example: raw2iff -p0 -a1 -ePAL,908 320 512 64 INPUT
         convert a 320x512 64 colors INPUT file using picture plugin 0 with
         palette plugin 1 located at offset 908 in PAL

=============

v2.2:

- Many bugs fixed in Amiga version (it should now work as planned, at last).
- Added stride function (-s).

v2.1:

- Added picture offset function.
- Added Atari ST interleaved picture and RGB3 plugins.

v2.0:

- Now plugins driven.
- Fixed non-8 bit aligned widths.
- Number of bitplanes can now be specified.
- Now generates HAM6/HAM8/Halfbrite pictures if the number of colors and 
  bitplanes correspond:
  - HAM6: 16 colors / 6 bitplanes.
  - HAM8: 64 colors / 8 bitplanes.
  - Halfbrite: 32 colors / 6 bitplanes.

=============

v1.1:

- Added support for chunky pictures.


Contents of dev/misc/raw2iff.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO METHOD CRC     STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[Amiga]                    700    1319  53.1% -lh5- fed0 Feb 21 23:18 LICENSE
[Amiga]                   8655   15012  57.7% -lh5- 9f2d Mar  1 01:47 plugins/pal_argb8888.am
[Amiga]                   5523   13312  41.5% -lh5- 3656 Mar  1 01:48 plugins/pal_argb8888.dll
[Amiga]                     37      45  82.2% -lh5- 0277 Feb 28 20:14 plugins/pal_plugins.txt
[Amiga]                   8900   15512  57.4% -lh5- 55ff Mar  1 01:48 plugins/pal_rgb333.am
[Amiga]                   5619   13312  42.2% -lh5- dc33 Mar  1 01:48 plugins/pal_rgb333.dll
[Amiga]                   8683   15036  57.7% -lh5- 13ad Mar  1 01:48 plugins/pal_rgb444.am
[Amiga]                   5535   13312  41.6% -lh5- 5627 Mar  1 01:48 plugins/pal_rgb444.dll
[Amiga]                   8668   15028  57.7% -lh5- cf29 Mar  1 01:48 plugins/pal_rgb888.am
[Amiga]                   5493   13312  41.3% -lh5- aec0 Mar  1 01:48 plugins/pal_rgb888.dll
[Amiga]                   8784   15204  57.8% -lh5- 1225 Mar  1 01:48 plugins/pic_atari_st.am
[Amiga]                   5663   13312  42.5% -lh5- 3ad7 Mar  1 01:48 plugins/pic_atari_st.dll
[Amiga]                   8966   15648  57.3% -lh5- 51c6 Mar  1 01:48 plugins/pic_chunky.am
[Amiga]                   5784   13824  41.8% -lh5- 382f Mar  1 01:48 plugins/pic_chunky.dll
[Amiga]                   8674   15048  57.6% -lh5- cdc0 Mar  1 01:48 plugins/pic_planar.am
[Amiga]                   5504   12800  43.0% -lh5- ca55 Mar  1 01:48 plugins/pic_planar.dll
[Amiga]                   8665   15020  57.7% -lh5- 1ef5 Mar  1 01:48 plugins/pic_planar_interleaved.am
[Amiga]                   5500   13312  41.3% -lh5- b3fd Mar  1 01:48 plugins/pic_planar_interleaved.dll
[Amiga]                     46      58  79.3% -lh5- c960 Feb 27 14:59 plugins/pic_plugins.txt
[Amiga]                  13597   24372  55.8% -lh5- 8098 Mar  1 01:48 raw2iff.am
[Amiga]                  47081   92160  51.1% -lh5- 8046 Mar  1 01:48 raw2iff.exe
[Amiga]                    996    2395  41.6% -lh5- 05dc Mar  1 02:02 raw2iff.readme
[Amiga]                    145     223  65.0% -lh5- 8cfc Feb 26 16:33 src/makefile
[Amiga]                    178     263  67.7% -lh5- 7cb8 Feb 27 13:31 src/makefile.am
[Amiga]                    347    1301  26.7% -lh5- fcb5 Feb 28 18:46 src/plugins/makefile
[Amiga]                    331    1273  26.0% -lh5- d9d7 Feb 28 23:04 src/plugins/makefile.am
[Amiga]                    468    1424  32.9% -lh5- 43cc Mar  1 01:25 src/plugins/pal_argb8888.c
[Amiga]                    515    1589  32.4% -lh5- 8817 Mar  1 01:23 src/plugins/pal_rgb333.c
[Amiga]                    479    1457  32.9% -lh5- bfeb Mar  1 01:24 src/plugins/pal_rgb444.c
[Amiga]                    443    1373  32.3% -lh5- b265 Mar  1 01:46 src/plugins/pal_rgb888.c
[Amiga]                    589    2346  25.1% -lh5- 3c53 Mar  1 01:31 src/plugins/pic_atari_st.c
[Amiga]                    744    5434  13.7% -lh5- 6328 Feb 28 23:01 src/plugins/pic_chunky.c
[Amiga]                    452    1460  31.0% -lh5- a2a6 Feb 28 23:01 src/plugins/pic_planar.c
[Amiga]                    437    1388  31.5% -lh5- 8889 Feb 28 23:01 src/plugins/pic_planar_interleaved.c
[Amiga]                    631    1867  33.8% -lh5- a806 Mar  1 01:05 src/plugins/plugin.h
[Amiga]                    353     778  45.4% -lh5- 9c39 Mar  1 01:33 src/plugins/plugin_startup.c
[Amiga]                   5479   26728  20.5% -lh5- 4162 Mar  1 01:32 src/raw2iff.c
[Amiga]                     32      32 100.0% -lh0- a49c Feb 27 17:14 tests/pal.atarist.rgb333
[Amiga]                     84     128  65.6% -lh5- dee0 Feb 27 09:34 tests/pal.chunky.argb8888
[Amiga]                     64      64 100.0% -lh0- 50cf Feb 27 08:28 tests/pal.halfbrite.rgb444
[Amiga]                     32      32 100.0% -lh0- ef02 Feb 27 08:36 tests/pal.ham6.rgb444
[Amiga]                    226     256  88.3% -lh5- 5f7a Feb 27 08:45 tests/pal.ham8.argb8888
[Amiga]                     80     128  62.5% -lh5- 057d Mar  1 01:40 tests/pal.interleaved.argb8888
[Amiga]                     78     128  60.9% -lh5- 357c Feb 27 08:33 tests/pal.lo5.argb8888
[Amiga]                  22639   32000  70.7% -lh5- e357 Feb 27 17:17 tests/pic.320x200.atarist
[Amiga]                  22676   32066  70.7% -lh5- 271a Feb 27 17:18 tests/pic.320x200.atarist.pi1
[Amiga]                  24173   64000  37.8% -lh5- 7641 Feb 27 09:33 tests/pic.320x200.chunky
[Amiga]                  31347   38238  82.0% -lh5- cdec Oct 21  1994 tests/pic.320x200.chunky.iff
[Amiga]                  18996   48000  39.6% -lh5- fc5d Feb 27 08:28 tests/pic.320x200.halfbrite
[Amiga]                  22127   31086  71.2% -lh5- 81f0 Oct 21  1994 tests/pic.320x200.halfbrite.iff
[Amiga]                  39208   48000  81.7% -lh5- a990 Feb 27 08:36 tests/pic.320x200.ham6
[Amiga]                  43696   48180  90.7% -lh5- 031b Feb 27 08:17 tests/pic.320x200.ham6.iff
[Amiga]                   4012   40000  10.0% -lh5- a76a Mar  1 01:42 tests/pic.320x200.interleaved
[Amiga]                   4786    9756  49.1% -lh5- e1a8 Oct 21  1994 tests/pic.320x200.interleaved.iff
[Amiga]                  25494   40000  63.7% -lh5- 9ca6 Feb 27 08:31 tests/pic.320x200.lo5
[Amiga]                  24608   40152  61.3% -lh5- 82a9 Feb 28 19:14 tests/pic.320x200.lo5.iff
[Amiga]                 210440  233120  90.3% -lh5- d351 Feb 27 09:27 tests/pic.496x470.ham8
[Amiga]                 213407  233380  91.4% -lh5- 37a9 Feb 27 09:12 tests/pic.496x470.ham8.iff
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total        58 files  896869 1336003  67.1%            Mar  2 23:28
Page generated in 0.01 seconds
Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>