Add new comment

When I use the

When I use the

	ret = libraw_unpack(raw);
	...
	ret = libraw_dcraw_process(raw);
	...
	libraw_processed_image_t *image = libraw_dcraw_make_mem_image(raw, &ret);

it works.
Now my question is. Is this because the change of the margin I have this issue? To be sure I would need a flag to know if the margin was changed or not. Is there such a flag like that? If no would it be possible to put a flag? Or does it exist a way to know it by analyzing some data?

There something between 0.19 and 0.20 that makes my code not working anymore. It is likely there is something wrong in my code. Something I do not check enough to ensure the right pattern.