ImgToy
Documentation
[revenir à la page d'accueil]
IMGTOY
en cours de rédaction
imgtoy est composé de deux éléments : un programme de visualisation / conversion ainsi qu'un ensemble de fonctions de manipulation d'images.
creer une image : new_datafloat()
lire une image :
format TGA , tga_read()
format HDR, hdr_load()
sauver une image :
format TGA, tga_write()
format HDR, hdr_write()
convertir une image HDR en RGB standard (valeurs ente 0 et 255 codées sur un octet) :
img_hdr_preview()
img_hdr_normalise()
convertir une image RGB standard en HDR :
img_rgbfloat_rgb24()
cf. img.h, hdr.h et tga.h dans rendertoy/imgtoy