We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bf448 commit 4f5c2d5Copy full SHA for 4f5c2d5
src/fileio.jl
@@ -64,7 +64,7 @@ function _convert(
64
return join(strs,'\n')
65
end
66
67
-# PNG (Including for things that can be saved as PNGs like Plots.jl plots)
+# PNG (Including images as arrays of colorants, and things like Plots.jl plots etc)
68
function _convert(::Type{<:DataFormat{:PNG}}, data)::AbstractArray{<:Colorant}
69
mktempdir() do dir
70
filename = File{DataFormat{:PNG}}(joinpath(dir, "inconversion.png"))
0 commit comments