From 45c49d6ff13e28044bd009b066487023a08ceaf0 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Wed, 10 May 2017 20:47:30 +0100 Subject: [PATCH] sync --- doc/How-it-opens-files.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/How-it-opens-files.xml b/doc/How-it-opens-files.xml index 64e213d7..6c3b6698 100644 --- a/doc/How-it-opens-files.xml +++ b/doc/How-it-opens-files.xml @@ -79,7 +79,7 @@ $ vips flip fred.jpg jim.jpg vertical $ vips shrink fred.png jim.png 10 10 - meaning shrink fred.png by a factor of 10 in both axies and write as jim.png. + meaning shrink fred.png by a factor of 10 in both axes and write as jim.png. You can imagine this operation running without needing fred.png to be completely decompressed first. You just read 10 lines from fred.png for every one line you write to jim.png.