Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created March 4, 2020 14:06
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/4c62ad20eca9d1398c06cd974e43c01d to your computer and use it in GitHub Desktop.
Save r-ryantm/4c62ad20eca9d1398c06cd974e43c01d to your computer and use it in GitHub Desktop.
/nix/store/p8c236s3z2y5cvgvxs8dfcb9354hi6af-zimg-2.9.3
├── 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