OS4 DepotLogo by DBAlex 
(anonymous IP: 18.188.40.207,2192) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (595)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4364

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Graphics » Edit » pnger.lha

Pnger

Description: Low-level PNG editor (TweakPNG clone)
Download: pnger.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 238kb
Version: 0.1
Date: 04 Apr 2008
Author: Peter Gordon
Submitter: Peter Gordon
Email: pete/petergordon org uk
Homepage: http://www.petergordon.org.uk/pnger/
Category: graphics/edit
License: GPL
Distribute: yes
Min OS Version: 4.0
FileID: 3586
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 682  (Current version)
681  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
PNGer:  A low-level PNG image file manipulation utility
Version 0.1 - 04 April 2008
Copyright (c) 2008 Peter Gordon <pete()petergordon.org.uk>

PNGer contains portions of code from TweakPNG 1.2.1
Copyright (c) 1999-2004 Jason Summers  <jason1()pobox.com>
<http://entropymine.com/jason/tweakpng/>


==================== License ====================

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA

A copy of the GNU General Public License is included in the file 
COPYING.txt.


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


To get the latest version of PNGer, visit the PNGer home page at 
http://www.petergordon.org.uk/pnger/



================== Requirements ========================

- A computer running AmigaOS4

- A mouse or equivalent input device for the palette editor.

- Some knowledge of the PNG file format.


To install:
Create an empty directory and unarchive the contents of pnger.lha
into it.

To run:
Double click the "pnger" icon, or run pnger from the CLI.

To uninstall:
Delete the directory you created and its contents.


==================== Introduction ====================

PNGer is an interactive PNG file editor utility that allows you to view 
and modify some of the meta-information stored in PNG image files. It is 
not a real image editor or viewer (although it has an option to view the
current state of the loaded PNG file in multiview).

The rest of this document will be difficult to understand if you are not 
familiar with the details of the PNG file format. To learn about it, look 
for the specification at the PNG home page, 
<http://www.libpng.org/pub/png/>. Viewing files in PNGer may, however, 
make it easier to become familiar with the PNG format.

Here are a few of the possible uses of PNGer:

- To remove unneeded or unwanted chunks, usually to reduce file size.

- To annotate an image file by adding or modifying text chunks.

- To change background colors and transparency settings.

- To help make test images for testing applications that read PNG files.


Copyright © 2004-2024 by Björn Hagström All Rights Reserved