Skip to content

Commit f2cb1ab

Browse files
committed
try ImageIO to see if better on Ubuntu for PNGs
1 parent 1882c26 commit f2cb1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Distances = "0.7, 0.8, 0.9, 0.10"
2121
FileIO = "1"
2222
ImageCore = "0.8.1"
2323
ImageInTerminal = "0.3, 0.4"
24-
ImageMagick = "0.7, 1"
2524
ImageTransformations = "0.8"
2625
Plots = "1.4.3"
2726
TestImages = "0.6, 1"
@@ -30,10 +29,11 @@ julia = "1"
3029
[extras]
3130
CSVFiles = "5d742f6a-9f54-50ce-8119-2520741973ca"
3231
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
32+
ImageIO = "82e4d734-157c-48bb-816b-45c225c6df19"
3333
ImageMagick = "6218d12a-5da1-5696-b52f-db25d2ecc6d1"
3434
ImageTransformations = "02fcd773-0e25-5acc-982a-7f6622650795"
3535
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
3636
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"
3737

3838
[targets]
39-
test = ["CSVFiles", "DataFrames", "ImageMagick", "ImageTransformations", "Plots", "TestImages"]
39+
test = ["CSVFiles", "DataFrames", "ImageIO", "ImageMagick", "ImageTransformations", "Plots", "TestImages"]

0 commit comments

Comments
 (0)