Just another update
This commit is contained in:
parent
a25938f123
commit
00a190b0a6
6591 changed files with 94363 additions and 23227 deletions
|
|
@ -1,10 +1,15 @@
|
|||
Show a basic storage type to handle a simple RGB raster graphics image, and some primitive associated functions.
|
||||
{{omit from|PARI/GP}}
|
||||
Show a basic storage type to handle a simple RGB raster graphics image,
|
||||
and some primitive associated functions.
|
||||
|
||||
If possible provide a function to allocate an uninitialised image, given its width and height, and provide 3 additional functions:
|
||||
If possible provide a function to allocate an uninitialised image,
|
||||
given its width and height, and provide 3 additional functions:
|
||||
* one to fill an image with a plain RGB color,
|
||||
* one to set a given pixel with a color,
|
||||
* one to get the color of a pixel.
|
||||
|
||||
(If there are specificities about the storage or the allocation, explain those.)
|
||||
|
||||
''These functions are used as a base for the articles in the category [[Raster_graphics_operations|raster graphics operations]], and a basic output function to check the results is available in the article [[write ppm file]].''
|
||||
''These functions are used as a base for the articles in the category [[Raster_graphics_operations|raster graphics operations]],
|
||||
and a basic output function to check the results
|
||||
is available in the article [[write ppm file]].''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue