File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1010- improve display of computed multipage images
1111- batch mode output is lazy
1212- ++, join_sep, difference are lazy
13+ - const ++ Image no longer works :( patch Colour_atlas
1314- removed trace system
1415
1516## 9.0.13 2025/09/20
Original file line number Diff line number Diff line change 1+ - should allow vips_image ++ Image
2+
13- remove remove prefs workspace stuff?
24
35 things like max heap size should be settable ... maybe pres are useful?
Original file line number Diff line number Diff line change @@ -2363,7 +2363,10 @@ Test_images_item = class
23632363 lab_start = colour_transform_to Image_type.LAB start;
23642364 blocks' = blocks - to_real nstep * to_real ssize +
23652365 Vector (tl lab_start.value);
2366- blocks'' = hd lab_start.value ++ Image blocks';
2366+ L = image_new size size 1
2367+ Image_format.FLOAT Image_coding.NOCODING
2368+ Image_type.B_W lab_start.value?0 0 0;
2369+ blocks'' = Image L ++ Image blocks';
23672370 blocks'''
23682371 = image_set_type Image_type.LAB blocks'', Image grid
23692372 = 0;
You can’t perform that action at this time.
0 commit comments