Skip to content

Commit

Permalink
fix: docs corrections
Browse files Browse the repository at this point in the history
One of the background styles (dominant) was not included; the quality is actually an integer
  • Loading branch information
knarewski committed Nov 7, 2024
1 parent 7fb04c1 commit 112c0e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/morandi.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ module Morandi
# @option options [Array[Integer,Integer,Integer,Integer]] 'crop' Crop image (x, y, width, height)
# @option options [String] 'fx' Apply colour filters ('greyscale', 'sepia', 'bluetone')
# @option options [String] 'border-style' Set border style ('square', 'retro')
# @option options [String] 'background-style' Set border colour ('retro', 'black', 'white')
# @option options [String] 'quality' ('97') Set JPG compression value ('1' to '100')
# @option options [String] 'background-style' Set border colour ('retro', 'black', 'white', 'dominant')
# @option options [Integer] 'quality' (97) Set JPG compression value (1 to 100)
# @option options [Integer] 'output.max' Downscales the image to fit within the square of given size before
# processing to limit the required resources
# @option options [Integer] 'output.width' Sets desired width of resulting image
Expand Down

0 comments on commit 112c0e6

Please sign in to comment.