Welcome to MorphOS-Storage, a webserver dedicated to MorphOS users. ©2016-2024 Meta-MorphOS.org
Description:Compress data into PNG images.
Developer/Porter:Rupert Hausberger
Homepage:http://haru.at/?pid=detail&cat=projects&type=native&id=aa6e7ac0&img=1&text=r
Readme:
Short: dicpng - compress data into png-images
Author: Rupert Hausberger <natmeg@gmx.net>
Type: util/pack
Version: 1.1
Architecture: ppc-morphos

Description
===========
DIC stands for "Data Image Compress" and is an algorythm
to compress data into images. PNG is used as output-format,
therefore the executable-name is "dicpng".

- The png-image of a compressed data can be shown like any other png-image.
- The compression-ratio is nearly that of LHA, depends on data. Seems to
have nice ratios on binaries but bad on text-files.
- The input-data is threaded in a special way to gain a better ratio.
- The info for decompression is stored as a png-tag.

Requirements
============
- MorphOS 1.x
- png.library
- z.library

Installation
============
Copy the executable to C:

Usage
=====
dicpng does only work from a shell.

Arguments
---------
IN/A,OUT

IN/A - Input filname
OUT - Output filename

Examples
--------
dicpng ram:test - Compress ram:test to ram:test.png
dicpng ram:test.png - Uncompress ram:test.png to ram:test
dicpng ram:test.png OUT ram:out - Uncompress ram:test.png to ram:out

WARNING: The output-file is overwriten without prompt!

Author
======
�2009-2012 Rupert Hausberger <natmeg@gmx.net>
http://natmeg.mooo.com/

License
=======
GPL. Please refer to the file COPYING for details.

History
=======
Please refer to the file ChangeLog for details.


Upload Date:Jun 03 2017
Category:Files/Archive
Download:dicpng_1.1.lha
Md5:48e8f2da88ce9403c7ea838a091cadd2
Size:58 KB
Downloads:212
Screenshot(s)
History
Last Comments