Skip to content

Commit

Permalink
Update lib/hydra/derivatives/processors/image_decorator.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Alisha Evans <[email protected]>
  • Loading branch information
kirkkwang and alishaevn authored Sep 21, 2023
1 parent 9ceca2b commit 485dcec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hydra/derivatives/processors/image_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module ImageDecorator
protected

# When resizing images, it is necessary to flatten any layers, otherwise the background
# may be completely black. This happens especially with PDFs. See #110
# may be completely black. This happens especially with PDFs. See https://github.com/samvera/hydra-derivatives/issues/110
def create_resized_image
create_image do |xfrm|
if size
Expand Down

0 comments on commit 485dcec

Please sign in to comment.