
|
85161 packages online
|
|
 |
|
|
|
|
No screenshot available
|
| Short: | RAW pictures to IFF ILBM converter |
| Author: | franck hitchhikr.net (Franck Charlet) |
| Uploader: | franck hitchhikr net (Franck Charlet) |
| Type: | dev/misc |
| Version: | 2.1 |
| Architecture: | m68k-amigaos >= 2.0.4 |
| Date: | 2026-02-27 |
| Replaces: | dev/misc/raw2iff.lha |
| Distribution: | Aminet |
| Download: | dev/misc/raw2iff.lha - View contents | | Readme: | dev/misc/raw2iff.readme |
| Downloads: | 236 |
|
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>] [-o<offset>] [-e<palette file>[,<offset>]] <width> <height> <colors> <input> [output]
-p : source picture plugin number to use
3 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
3 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
-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.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] 1831 3072 59.6% -lh5- cd6d Feb 27 17:20 plugins/pal_argb8.am
[Amiga] 5403 13312 40.6% -lh5- f9e2 Feb 27 17:20 plugins/pal_argb8.dll
[Amiga] 31 36 86.1% -lh5- 8cfe Feb 27 14:47 plugins/pal_plugins.txt
[Amiga] 2094 3608 58.0% -lh5- 2fa9 Feb 27 17:20 plugins/pal_rgb3.am
[Amiga] 5491 13312 41.2% -lh5- 0c3f Feb 27 17:20 plugins/pal_rgb3.dll
[Amiga] 1851 3088 59.9% -lh5- 0dbd Feb 27 17:20 plugins/pal_rgb4.am
[Amiga] 5405 13312 40.6% -lh5- 44d4 Feb 27 17:20 plugins/pal_rgb4.dll
[Amiga] 1824 3060 59.6% -lh5- 4b7a Feb 27 17:20 plugins/pal_rgb8.am
[Amiga] 5396 13312 40.5% -lh5- bdf7 Feb 27 17:20 plugins/pal_rgb8.dll
[Amiga] 6521 11736 55.6% -lh5- 1bf1 Feb 27 17:20 plugins/pic_atari_st.am
[Amiga] 5635 13312 42.3% -lh5- 6585 Feb 27 17:20 plugins/pic_atari_st.dll
[Amiga] 6521 11736 55.6% -lh5- 1bf1 Feb 27 17:20 plugins/pic_chunky.am
[Amiga] 5740 13824 41.5% -lh5- b70c Feb 27 17:20 plugins/pic_chunky.dll
[Amiga] 6202 11224 55.3% -lh5- c708 Feb 27 17:20 plugins/pic_planar.am
[Amiga] 5449 12800 42.6% -lh5- b51d Feb 27 17:20 plugins/pic_planar.dll
[Amiga] 6155 11184 55.0% -lh5- bf10 Feb 27 17:20 plugins/pic_planar_interleaved.am
[Amiga] 5432 13312 40.8% -lh5- 489a Feb 27 17:20 plugins/pic_planar_interleaved.dll
[Amiga] 46 58 79.3% -lh5- c960 Feb 27 14:59 plugins/pic_plugins.txt
[Amiga] 13137 23300 56.4% -lh5- bc87 Feb 27 17:22 raw2iff.am
[Amiga] 46752 91648 51.0% -lh5- d6f7 Feb 27 17:22 raw2iff.exe
[Amiga] 908 2195 41.4% -lh5- 59fb Feb 27 17:31 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] 340 1256 27.1% -lh5- 85f7 Feb 27 14:58 src/plugins/makefile
[Amiga] 321 1228 26.1% -lh5- 5f1a Feb 27 14:58 src/plugins/makefile.am
[Amiga] 289 763 37.9% -lh5- 5354 Feb 27 14:42 src/plugins/pal_argb8.c
[Amiga] 344 955 36.0% -lh5- fa35 Feb 27 14:45 src/plugins/pal_rgb3.c
[Amiga] 306 811 37.7% -lh5- f39d Feb 27 14:41 src/plugins/pal_rgb4.c
[Amiga] 266 716 37.2% -lh5- 4053 Feb 27 05:33 src/plugins/pal_rgb8.c
[Amiga] 571 2531 22.6% -lh5- e3cc Feb 27 17:20 src/plugins/pic_atari_st.c
[Amiga] 706 5144 13.7% -lh5- 9da3 Feb 27 06:42 src/plugins/pic_chunky.c
[Amiga] 414 1285 32.2% -lh5- 9708 Feb 27 06:09 src/plugins/pic_planar.c
[Amiga] 357 1030 34.7% -lh5- fc5f Feb 27 06:09 src/plugins/pic_planar_interleaved.c
[Amiga] 549 1587 34.6% -lh5- 275b Feb 27 14:36 src/plugins/plugin.h
[Amiga] 410 835 49.1% -lh5- ff4a Feb 27 07:26 src/plugins/plugin_startup.c
[Amiga] 4741 23026 20.6% -lh5- aa7e Feb 27 17:22 src/raw2iff.c
[Amiga] 32 32 100.0% -lh0- a49c Feb 27 17:14 tests/pal.atarist.rgb3
[Amiga] 84 128 65.6% -lh5- dee0 Feb 27 09:34 tests/pal.chunky.argb8
[Amiga] 64 64 100.0% -lh0- 50cf Feb 27 08:28 tests/pal.halfbrite.rgb4
[Amiga] 32 32 100.0% -lh0- ef02 Feb 27 08:36 tests/pal.ham6.rgb4
[Amiga] 226 256 88.3% -lh5- 5f7a Feb 27 08:45 tests/pal.ham8.argb8
[Amiga] 78 128 60.9% -lh5- 357c Feb 27 08:33 tests/pal.lo5.argb8
[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] 25494 40000 63.7% -lh5- 9ca6 Feb 27 08:31 tests/pic_320x200.lo5
[Amiga] 27321 33784 80.9% -lh5- ad8b Oct 21 1994 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 55 files 850501 1207907 70.4% Feb 27 23:33
|
|
|
 |
| Page generated in 0.03 seconds |
Aminet © 1992-2024 Urban
Müller and the Aminet team.
Aminet contact address: <aminet aminet net> |