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

Commit

Permalink
Minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kedarbellare committed Nov 4, 2018
1 parent 0dc0f5f commit a1a920f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
(defn resize-image
"Resizes the image array to (width, height)"
([input w h {:keys [interpolation output]
:or {interpolation nil output nil}
:as opts}]
:or {interpolation nil output nil}
:as opts}]
(Image/imResize input w h ($/option interpolation) ($/option output)))
([input w h]
(resize-image input w h {})))
Expand Down Expand Up @@ -79,5 +79,3 @@
"Convert a NDArray image to a real image"
[input]
(Image/toImage input))


0 comments on commit a1a920f

Please sign in to comment.