Programowanie w systemie UNIX/ImageMagic: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m →‎Pomoc: architektura
Linia 484:
 
convert gauss.pgm -colorspace Gray -define histogram:unique-colors=false histogram:g.png
 
=Kod=
* [https://www.imagemagick.org/Magick++/Color.html Quantum] - wewnętrzną reprezentacją piksela w ImageMagick
* QuantumDepth
* Quantum Typedef
* QuantumRange:
 
"Internally, IM scales pixel values from the quantumrange of the 16-bit per channel images (range 0 to 65535 integers) or 8-bit per channel images (range 0 to 255 integers) to the range 0 to 1 (floats). But when processing is done, it converts back to integers of the quantumrange before writing out the image."<ref>[https://imagemagick.org/discourse-server/viewtopic.php?f=7&t=31513 imagemagick.org: dyskusja]</ref>
 
 
 
 
 
 
=Źródła=