nip2
nip2 copied to clipboard
A spreadsheet-like GUI for libvips.
When a cell contains Group type data is has a number of displayed options to display its data. I think it would be nice if something like that was also...
from: https://github.com/jcupitt/nip2/issues/60#issuecomment-274765826 (and reply) Merging separate Gaussian patterns, with identical settings, generate a plain grey noise image. *instead of resembling some old analogue colour TV noise, like this: * -...
I have a bash script that generates a nip2 script with the following content: ``` foo = [ [ (vips_image "path/to/foo123.png") , 0 , 0 ], [ (vips_image "path/to/foo456.png") ,...
My usage: ``` generate_nip2_script | nip2 -s - -o output.png ``` But it does not work because `nip2 -s` requires a filename. As workaround, I can use `nip2 -s /dev/stdin`
Hi, I'm trying to throw in the new HSV2sRGB & sRGB2HSV from libvips in the menus of nip2 ( see https://github.com/jcupitt/nip2/compare/master...Jondeen:add-hsv ) but struggling a bit with understanding the format...
installs happily but nothing appears when I open the nip2 app. I would settle for command line but it is not clear to me how to install that on a...
While doing something wrong, I run into a Nip2 crash. Example: Typing "Group [A1]", or just "[A1]", in cell A1. Or: When the first group/list element is the cell where...
More of a general minor exception note. (for gray-scale images with a lot of ~126 level gray in them. With color images this is more or less a none issue.)...
Renaming the extension of a disk file, that is currently selected (but hidden) in the Nip2 Open-File window, crashes Nip2. -- Select the file (test.DAT) to be renamed outside Nip2,...
please add pbmtoascii function from imagemagick, as well as autotrace delegate for bitmap tracing