Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 10, 2019 02:14
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ryantm/c8334061b3bb30d3b5a1be4d008b77d5 to your computer and use it in GitHub Desktop.
/nix/store/k8gl1c9ibjjbhczdqs8p1q8hz4x1zyyf-vips-8.8.4
├── bin
│   ├── batch_crop
│   ├── batch_image_convert
│   ├── batch_rubber_sheet
│   ├── light_correct
│   ├── shrink_width
│   ├── vips
│   ├── vips-8.8
│   ├── vipsedit
│   ├── vipsheader
│   ├── vipsprofile
│   └── vipsthumbnail
├── include
│   └── vips
│   ├── almostdeprecated.h
│   ├── arithmetic.h
│   ├── basic.h
│   ├── buf.h
│   ├── cimg_funcs.h
│   ├── colour.h
│   ├── conversion.h
│   ├── convolution.h
│   ├── create.h
│   ├── dbuf.h
│   ├── debug.h
│   ├── deprecated.h
│   ├── dispatch.h
│   ├── draw.h
│   ├── enumtypes.h
│   ├── error.h
│   ├── foreign.h
│   ├── format.h
│   ├── freqfilt.h
│   ├── gate.h
│   ├── generate.h
│   ├── header.h
│   ├── histogram.h
│   ├── image.h
│   ├── interpolate.h
│   ├── intl.h
│   ├── mask.h
│   ├── memory.h
│   ├── morphology.h
│   ├── mosaicing.h
│   ├── object.h
│   ├── operation.h
│   ├── private.h
│   ├── rect.h
│   ├── region.h
│   ├── resample.h
│   ├── semaphore.h
│   ├── soname.h
│   ├── thread.h
│   ├── threadpool.h
│   ├── transform.h
│   ├── type.h
│   ├── util.h
│   ├── vector.h
│   ├── VError8.h
│   ├── version.h
│   ├── video.h
│   ├── VImage8.h
│   ├── VInterpolate8.h
│   ├── vips7compat.h
│   ├── vips8
│   ├── vips.h
│   └── vips-operators.h
├── lib
│   ├── girepository-1.0
│   │   └── Vips-8.0.typelib
│   ├── libvips-cpp.la
│   ├── libvips-cpp.so -> libvips-cpp.so.42.11.3
│   ├── libvips-cpp.so.42 -> libvips-cpp.so.42.11.3
│   ├── libvips-cpp.so.42.11.3
│   ├── libvips.la
│   ├── libvips.so -> libvips.so.42.11.3
│   ├── libvips.so.42 -> libvips.so.42.11.3
│   ├── libvips.so.42.11.3
│   └── pkgconfig
│   ├── vips-cpp.pc
│   └── vips.pc
└── share
├── gir-1.0
│   └── Vips-8.0.gir
├── locale
│   ├── de
│   │   └── LC_MESSAGES
│   │   └── vips8.8.mo
│   └── en_GB
│   └── LC_MESSAGES
│   └── vips8.8.mo
└── man
└── man1
├── batch_crop.1.gz
├── batch_image_convert.1.gz
├── batch_rubber_sheet.1.gz
├── light_correct.1.gz
├── vips.1.gz
├── vipsedit.1.gz
├── vipsheader.1.gz
├── vipsprofile.1.gz
└── vipsthumbnail.1.gz
15 directories, 87 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment