External image repository to support ImageSharp testing. It's main purpose is to hold reference images for regression tests.
Перейти к файлу
Anton Firszov 176f1520d0 adding load test input 2018-02-23 21:56:33 +01:00
LoadTestInput adding load test input 2018-02-23 21:56:33 +01:00
ReferenceOutput removing JpegEncoder "reference images", because it did not make any sense to have them 2018-02-22 18:25:30 +01:00
tools reference images for GifDecoderTests 2018-02-18 22:29:24 +01:00
LICENSE Initial commit 2017-08-19 15:53:31 +02:00
README.md Update README.md 2017-09-16 21:04:31 +02:00

README.md

Imagesharp.Tests.Images

External image repository to support ImageSharp testing. It's main purpose is to hold reference images for regression tests.

ReferenceOutput

Contains images to validate against in ImageSharp tests. In most cases the file hierarchy follows the hierarchy of ActualOutput

tools

Various utilities to help dealing with images.

  • optipng.exe: lossless PNG compressor, to keep the ReferenceImages repository as small as possible
  • optimize-all.cmd: Runs lossless optimizer for reference PNG-s. Currently it has to be manually edited to add new test class directories.
  • dump-jpeg-coeffs.exe