John Cupitt
John Cupitt
When you right-click on a row name, there should be a "copy value to clipboard" menu item. Otherwise there's no way to get a computed value out of nip2, except...
`find_load` and `find_save` would be useful for deciding what options are available to `new_from_file` etc. Take the implementation from eg.: https://github.com/libvips/pyvips/blob/master/pyvips/vimage.py#L347-L350 See https://github.com/libvips/libvips/issues/2953 for details.
Link: https://github.com/vinta/awesome-python/pull/1101 It needs 20 +1s to get on the list.
See https://github.com/facebook/luaffifb
Minimal hacky attempt, it does sort-of work. Sample output here: http://www.rollthepotato.net/~john/Vips/index.html Issues: - [x] the markdown chapters need a bit of extra formatting to appear in the table of contents...
This seems to export to 6clr CMYK correctly. We'll need something fancier for import, and for more generic N colour profiles. See https://github.com/libvips/libvips/discussions/3045 for a sample 6 clr profile.
### Discussed in https://github.com/libvips/libvips/discussions/3008 Originally posted by **pepijndevos** August 25, 2022 I am trying to make an 1 bit per pixel PNG image, but I want the colors to be...
and bump the default to 100m see https://github.com/libvips/libvips/issues/3865 thanks @AKlaus Usage: ``` $ VIPS_MAX_COORD=120 vips black x.v 1000 1000 ``` Will fail with a range of terrible errors. You can...
libvips passes images of unknown format on to imagemagick. But imagemagick in turn has weak support for some common formats, and this can cause unexpected and lengthy delays. For example:...
### Discussed in https://github.com/libvips/libvips/discussions/3822 Originally posted by **john-parton** January 20, 2024 The webp API supports saving with a "target_size" parameter to limit the maximum size of the resulting file. ```cpp...