From 63591f6ac106de5c621eee381867dd374abd0884 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Mon, 16 Dec 2013 16:22:44 +0000 Subject: [PATCH] FATSTRIP for jpeg read --- libvips/foreign/jpeg2vips.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/foreign/jpeg2vips.c b/libvips/foreign/jpeg2vips.c index c1c0260b..6adc2555 100644 --- a/libvips/foreign/jpeg2vips.c +++ b/libvips/foreign/jpeg2vips.c @@ -764,7 +764,7 @@ read_jpeg_header( ReadJpeg *jpeg, VipsImage *out ) interpretation, xres, yres ); - vips_image_pipelinev( out, VIPS_DEMAND_STYLE_THINSTRIP, NULL ); + vips_image_pipelinev( out, VIPS_DEMAND_STYLE_FATSTRIP, NULL ); /* Interlaced jpegs need lots of memory to read, so our caller needs * to know.