WebP images can be at most 16383x16383, however saving sizes which overflowed an integer would crash. - Early exit with an error when the image is too large. - Replace integer offsets with size_t.
WebP images can be at most 16383x16383, however saving sizes which overflowed an integer would crash. - Early exit with an error when the image is too large. - Replace integer offsets with size_t.