Skip to content

Commit c2e5959

Browse files
committedApr 8, 2014
Manual text changes
1 parent 18ad498 commit c2e5959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/MANUAL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Returns `LIQ_VALUE_OUT_OF_RANGE` if the dithering level is outside the 0-1 range
189189

190190
liq_error liq_write_remapped_image(liq_result *result, liq_image *input_image, void *buffer, size_t buffer_size);
191191

192-
Remaps the image to palette and writes it to the given buffer, 1 pixel per byte. Buffer must be large enough to fit entire image (at least width×height bytes). For safety, pass size of the buffer as `buffer_size`.
192+
Remaps the image to palette and writes its pixels to the given buffer, 1 pixel per byte. Buffer must be large enough to fit the entire image, i.e. width×height bytes large. For safety, pass size of the buffer as `buffer_size`.
193193

194194
For best performance call `liq_get_palette()` *after* this function, as palette is improved during remapping.
195195

0 commit comments

Comments
 (0)