Skip to content

Commit 4f5c2d5

Browse files
authored
Update src/fileio.jl
1 parent 44bf448 commit 4f5c2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fileio.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function _convert(
6464
return join(strs,'\n')
6565
end
6666

67-
# PNG (Including for things that can be saved as PNGs like Plots.jl plots)
67+
# PNG (Including images as arrays of colorants, and things like Plots.jl plots etc)
6868
function _convert(::Type{<:DataFormat{:PNG}}, data)::AbstractArray{<:Colorant}
6969
mktempdir() do dir
7070
filename = File{DataFormat{:PNG}}(joinpath(dir, "inconversion.png"))

0 commit comments

Comments
 (0)