filters/gp_filter_resize_alloc: Check w and h
[gfxprim.git] / doc / example_memory_io.txt
blob1488bbae47720f607beab13dc6b90db30c3d1917
1 Memory IO with Loaders
2 ----------------------
4 This example shows how to read an image from a memory buffer.
6 [source,c]
7 ------------------------------------------------------------------
8 include::../demos/c_simple/memory_io.c[]
9 ------------------------------------------------------------------