From 4f41617d895ec2d5f47e37e89480486888850304 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 11 Mar 2016 13:47:19 +0000 Subject: [PATCH] TODO notes --- TODO | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 2ecfeb7b..e4478e73 100644 --- a/TODO +++ b/TODO @@ -83,7 +83,18 @@ - why can't we do - im = Vips.Image.new_from_file(sys.argv[1], access = "sequential") +im = Vips.Image.new_from_file("/data/john/pics/k2.jpg", access = "sequential") + + + +import logging +logging.basicConfig(level = logging.DEBUG) +from gi.repository import Vips +im = Vips.Image.new_from_file("/data/john/pics/k2.jpg", access = "sequential") + +DEBUG:gi.overrides.Vips:assigning sequential to access +DEBUG:gi.overrides.Vips:access needs a +DEBUG:gi.overrides.Vips:assigning sequential ValueError: invalid literal for int() with base 10: 'sequential'