Skip to content

Imagick/imagemagicktest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagemagicktest

A C test suite/bug finder exercise.

This is very rough and ready dev environment for reproducing ImageMagick bugs in C code.

Instructions/sugggestions

Get the box running

docker-compose up --build developing

Install imagemagick

Download an appropriate release from https://github.com/ImageMagick/ImageMagick/releases into the imagemagick_src directory, and then the script installImageMagick.sh might work, or just look at what it does.

Then run ldconfig /usr/local/lib to make ImageMagick actually work...

Compile some C code

make 452_borderImage

which will produce a binary (or compile errors) which can be run with

./452_borderImage

And Robert is your father's brother.

About

A C test suite/bug finder exercise.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published