Updated tests to run in GitHub actions

This commit is contained in:
Rhet Turnbull
2020-10-03 13:48:18 -07:00
parent 2e652b04d0
commit 4099253c8e
4 changed files with 24 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
""" ImageConverter class
Convert an image to JPEG using CoreImage --
for example, RAW to JPEG """
for example, RAW to JPEG. Only works if Mac equipped with GPU. """
# reference: https://stackoverflow.com/questions/59330149/coreimage-ciimage-write-jpg-is-shifting-colors-macos/59334308#59334308