Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 7, 2020 06:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/e88fe7d2bde5383210750fce1a0538a0 to your computer and use it in GitHub Desktop.
Save r-ryantm/e88fe7d2bde5383210750fce1a0538a0 to your computer and use it in GitHub Desktop.
/nix/store/bph97wp2mvms2y30v273464017i3avg9-zimg-3.0.1
├── include
│   ├── zimg.h
│   └── zimg++.hpp
├── lib
│   ├── libzimg.la
│   ├── libzimg.so -> libzimg.so.2.0.0
│   ├── libzimg.so.2 -> libzimg.so.2.0.0
│   ├── libzimg.so.2.0.0
│   └── pkgconfig
│   └── zimg.pc
└── share
└── doc
└── zimg
├── ChangeLog
├── COPYING
├── example
│   ├── api_example_c.c
│   ├── api_example.cpp
│   ├── hdr_example.cpp
│   ├── interlace_example.cpp
│   ├── Makefile
│   ├── misc
│   │   ├── aligned_malloc.h
│   │   ├── argparse.cpp
│   │   ├── argparse.h
│   │   ├── mmap.cpp
│   │   ├── mmap.h
│   │   ├── win32_bitmap.cpp
│   │   └── win32_bitmap.h
│   └── tile_example.cpp
└── README.md
8 directories, 23 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment