}
png_memcpy(data, buffer_ptr(im->buf), len);
memcpy(data, buffer_ptr(im->buf), len);
buffer_consume(im->buf, len);
goto ok;