Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 12, 2020 23:29
Show Gist options
  • Save r-ryantm/5d76bc4c5c6f5e2d087b135592fe73ef to your computer and use it in GitHub Desktop.
Save r-ryantm/5d76bc4c5c6f5e2d087b135592fe73ef to your computer and use it in GitHub Desktop.
/nix/store/br1bdgv25l4xz874kqxv5i84dw54xhg6-zimg-3.0
├── 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