Skip to content

Commit

Permalink
add append flag to negate example
Browse files Browse the repository at this point in the history
  • Loading branch information
NoSloppy authored Nov 7, 2024
1 parent 7bda314 commit 2e50527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion display/images-and-animations.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ The gif could even be converted back to bmp or pbm.
## Inverted color results
If the final bmp image/animation is an inverted black and white color scheme from what you intended,
simply redo the conversion as above, but this time add the `-negate` flag, like:
`convert -monochrome -negate *.jpg font.bmp`
`convert -append -monochrome -negate *.jpg font.bmp`

## Orientation
Lastly, if the image is displayed upside down on the installed screen, we can easily rotate it 180 degrees by adding
Expand Down

0 comments on commit 2e50527

Please sign in to comment.