Skip to content

a tool to simply manipulate and visualize images as data

Notifications You must be signed in to change notification settings

Carlyle-Foster/Image-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Cloning

Clone using

git clone --recurse-submodules https://github.com/Carlyle-Foster/Image-Tool.git

Building

To build the project simply run

make

if you're on windows you may have to install GNU make first.
Note that the makefile requires CMake to automatically build raylib, see below.

Building without CMake

If you don't have/want-to-use cmake open the makefile and replace the instructions for building libraylib.a with your preffered method, just make sure that the resulting libraylib.a file still ends up in Build/Cache where it's expected.

what it is

a simple tool i made to help me embed metadata in the alpha channel of a PNG, maybe it can do more than that

About

a tool to simply manipulate and visualize images as data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published