https://bugzilla.wikimedia.org/show_bug.cgi?id=32721
--- Comment #20 from John Cupitt <[email protected]> --- Here's the issue on the vipsthumbnail absolute pathname problem, for reference. It includes a patch, though of course it'd be better to update to current stable. https://github.com/jcupitt/libvips/issues/42 There were two problems with the im_shrink command. First, I was wrong about appending :seq to filenames, the correct fix is to switch to the newer syntax, eg.: $ vips shrink huge.png x.png 230 230 ie. drop the "im_" prefix and don't use :seq. Secondly, there was a vips bug which broke sequential mode at the command-line for this one operation. I've fixed it and put up a new stable tarball: http://www.vips.ecs.soton.ac.uk/supported/7.32/vips-7.32.2.tar.gz I've also added a thing to the vips test suite to check correct functioning of vipsthumbnail and vips shrink. Hopefully they will not break again. https://github.com/jcupitt/nip2/commit/e3100446d0dd67d60d8222f31d13099c30672662 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
