Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #143 from timholy/pull-request/06f8669d
Browse files Browse the repository at this point in the history
Use the new Images framework
  • Loading branch information
Ehsan Totoni committed Mar 31, 2017
2 parents 9468b42 + 06f8669 commit 728ee52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/gaussian-blur/gaussian-blur.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Options:
tic()
img = blur(img, iterations)
println("SELFTIMED ", toq())
save(output_fname, ufixed8sc(convert(Image, img)))
save(output_fname, img)
end

gaussian_blur(img_file, out_file, iterations)
Expand Down
2 changes: 1 addition & 1 deletion test/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DocOpt
Images
Images 0.6
ImageMagick
Winston

0 comments on commit 728ee52

Please sign in to comment.