Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created June 18, 2019 19:20
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 ryantm/c5090e157b96a03d4ad535e6be768a05 to your computer and use it in GitHub Desktop.
Save ryantm/c5090e157b96a03d4ad535e6be768a05 to your computer and use it in GitHub Desktop.
/nix/store/ih6w60dlpwzcps20xf3r92xrm1k18vba-zimg-2.9.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
│   ├── alpha_example.cpp
│   ├── 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, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment