Rename save_to_memory for consistency.

This commit is contained in:
Jeroen van Rijn
2023-03-24 10:47:33 +01:00
parent 90c44c34a9
commit bbf40bf318
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Options :: image.Options
RGB_Pixel :: image.RGB_Pixel
RGBA_Pixel :: image.RGBA_Pixel
save_to_memory :: proc(output: ^bytes.Buffer, img: ^Image, options := Options{}, allocator := context.allocator) -> (err: Error) {
save_to_buffer :: proc(output: ^bytes.Buffer, img: ^Image, options := Options{}, allocator := context.allocator) -> (err: Error) {
context.allocator = allocator
if img == nil {