Télécharger la liste

Description du projet

The PNGwriter library, which requires libpng, allows
you to plot to a 48-bit PNG file, saving it
directly to disk. Plotting is as easy as
specifying the red, green, and blue values and the
x, y coordinates of the pixel. It includes
functions for plotting simple geometric shapes
(circle, rect, line), plotting text (UTF-8 support for Asian languages), reading the colour of a
pixel, reading in a whole PNG file (great for
image analysis), plotting and reading in HSV
colourspace, and many others that might come in handy.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-11 17:54
0.5.4

filegamma_ a été corrigé de 0,5 en un constructeur à 0,6 comme dans tous les autres. PNGwriter gère maintenant une gamme beaucoup plus de fichiers d'entrée avec ReadFromFile (). En général, le canal alpha est jetée avec grâce. Certaines questions demeurent: une image PNG avec des informations dans le bloc chroma ne sera pas lu trop précise, et une image PNG avec un morceau de transparence sera lu de manière incorrecte, mais silencieusement. Avertissements du compilateur dans dessineTriangle () et drawbottom () ont été fixés.
Tags: Major feature enhancements
filegamma_ was corrected from 0.5 in one constructor to 0.6 as in all others. PNGwriter now handles a much greater range of input files with readfromfile(). In general, the alpha channel is discarded gracefully. Some issues remain: a PNG with information in the chroma chunk will not be read too accurately, and a PNG with a transparency chunk will be read incorrectly, though silently. Compiler warnings in drawtriangle() and drawbottom() were fixed.

2005-01-26 00:11
0.5.3

Cette version ajoute une fonction qui renvoie la largeur calculée d'une chaîne de texte si elle était tracée, ainsi que quatre nouveaux chiffres: arrow, diamant, croix, croix de Malte.
Tags: Minor feature enhancements
This release adds a function that returns the calculated width of a string of text if it were plotted, as well as four new figures: arrow, diamond, cross, and Maltese cross.

2005-01-11 06:35
0.5.2

La licence a été changé de façon non modifié GNU General Public License.
Tags: Documentation
The license was changed to an unmodified GNU General Public License.

2005-01-05 07:48
0.5.1

La documentation portant sur la compilation et l'installation a été amélioré, et le fichier README installé reflète maintenant les emplacements réels des fichiers installés, et pas seulement les emplacements par défaut. Aussi, le Makefile a été rendue plus approprié pour l'emballage.
Tags: Documentation
The documentation covering the compilation and installation process has been improved, and the installed README file now reflects the actual locations of installed files, not just the default locations. Also, the Makefile has been made more suitable for packaging.

2004-10-23 16:33
0.5.0

Cette version ajoute une fonction pour le tracé rapide de triangles, corrige un bug grave dans ReadFromFile () affecte les versions compilées sur Windows, et ajoute un autre exemple au programme, mentionnons pngtest.
Tags: Minor bugfixes
This version adds a function for fast plotting of triangles, fixes a serious bug in readfromfile() affecting versions compiled on Windows, and adds another example to the included pngtest program.

Project Resources