RIPscrip Icon
(Sample files) |
(→Sample files) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 17: | Line 17: | ||
ICN files have a four-byte header indicating the width and height, followed by uncompressed pixel data. Images use a 16-color predefined palette. 256-color images are also said to be possible, though it's not clear how they could be identified. | ICN files have a four-byte header indicating the width and height, followed by uncompressed pixel data. Images use a 16-color predefined palette. 256-color images are also said to be possible, though it's not clear how they could be identified. | ||
− | According to the RIPSCRIP.DOC file, ICN "is identical in design to the Borland BGI graphics putimage() and getimage() buffer format." | + | According to the RIPSCRIP.DOC file, ICN "is identical in design to the [[BGI image|Borland BGI graphics putimage() and getimage() buffer format]]." |
=== MSK, HOT === | === MSK, HOT === | ||
Line 29: | Line 29: | ||
== Software == | == Software == | ||
+ | * [[Konvertor]] | ||
* [[XnView]] (read-only) | * [[XnView]] (read-only) | ||
* [http://cd.textfiles.com/cavebbsfiles/NET/RIPTM154.EXE RIPterm 1.54] ([[Self-extracting ZIP]] format) | * [http://cd.textfiles.com/cavebbsfiles/NET/RIPTM154.EXE RIPterm 1.54] ([[Self-extracting ZIP]] format) | ||
Line 37: | Line 38: | ||
** [http://ftpmirror.your.org/pub/misc/dos/cavebbs/The%20Cave%20BBS%20File%20Section/MISC/NEWRIP.ZIP-contents/ICONS/ Same as above, with links to individual files] | ** [http://ftpmirror.your.org/pub/misc/dos/cavebbs/The%20Cave%20BBS%20File%20Section/MISC/NEWRIP.ZIP-contents/ICONS/ Same as above, with links to individual files] | ||
* [http://archives.thebbs.org/ra108a.htm BBS Archives: RIP Art] | * [http://archives.thebbs.org/ra108a.htm BBS Archives: RIP Art] | ||
+ | * http://cd.textfiles.com/expandin/RIPART/ | ||
+ | * {{DexvertSamples|image/ripIcon}} | ||
== Links == | == Links == | ||
* [http://cd.textfiles.com/cavebbsfiles/NET/RT22001.EXE RIPterm 2.20] → SHARWAR.EXE → RIPTERM.DOC | * [http://cd.textfiles.com/cavebbsfiles/NET/RT22001.EXE RIPterm 2.20] → SHARWAR.EXE → RIPTERM.DOC | ||
* [http://www.bbsdocumentary.com/library/PROGRAMS/GRAPHICS/RIPSCRIPT/ RIPscript], from the BBS Documentary Library | * [http://www.bbsdocumentary.com/library/PROGRAMS/GRAPHICS/RIPSCRIPT/ RIPscript], from the BBS Documentary Library |
Latest revision as of 03:57, 18 February 2024
RIPscrip Icon (also known as RIPterm Image, RIP Icon, etc.) is a family of raster graphics formats associated with the RIPterm BBS software. It usually refers to the ICN format in particular. It is mainly used for icons, such as graphics for buttons, but can be used for other purposes.
RIPterm 1.x uses .ICN format, and also .MSK ("mask") and .HOT ("hot icon") formats.
RIPterm 2.x uses standard Windows BMP format, and also .BMM ("mask") and .BMH ("hot icon") formats.
RIPscrip (also spelled RIPscript) is a format for defining user interfaces.
Contents |
[edit] Format
[edit] ICN
ICN files have a four-byte header indicating the width and height, followed by uncompressed pixel data. Images use a 16-color predefined palette. 256-color images are also said to be possible, though it's not clear how they could be identified.
According to the RIPSCRIP.DOC file, ICN "is identical in design to the Borland BGI graphics putimage() and getimage() buffer format."
[edit] MSK, HOT
Format unknown. Possibly the same as ICN.
[edit] BMM, BMH
BMM and BMH files presumably use BMP format, but interpreted in a special way.
[edit] Specifications
- ripsc154.zip → RIPSCRIP.DOC → "RIPscrip ICON FILE FORMAT SPECIFICATION"
[edit] Software
- Konvertor
- XnView (read-only)
- RIPterm 1.54 (Self-extracting ZIP format)
- RIPterm 2.20 (Self-extracting ZIP format)
[edit] Sample files
- RIPterm 1.54 (ICONS directory)
- BBS Archives: RIP Art
- http://cd.textfiles.com/expandin/RIPART/
- dexvert samples — image/ripIcon
[edit] Links
- RIPterm 2.20 → SHARWAR.EXE → RIPTERM.DOC
- RIPscript, from the BBS Documentary Library