Skip to content

Commit

Permalink
update CHANGELOG and man-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
LGFae committed Jul 11, 2023
1 parent e848e5b commit a99be7f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ structures.
We have reworked the way we do synchronization between monitors. It should sync
all monitors animations automatically.

* New transition, `fade`, that is essentially `simple` with beziers (@flick0)
* `invert_y` flag (@flick0)
* New option to resize to fit, padding only what was left (@SignalWalker)
* @RiedleroD fixed a type :)

#### Summary:

With all of the changes above, **I've managed to reduce memory consumption
Expand Down
12 changes: 11 additions & 1 deletion doc/swww-img.1.scd
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,22 @@ swww-img
Default is Lanczos3.

*--no-resize*
Do not resize the image.
Do not resize the image. Equivalent to *--resize* _no_.

If this is set, the image won't be resized, and will be centralized in the
middle of the screen instead. If it is smaller than the screen's size, it
will be padded with the value of *--fill_color*, below.

*--resize* <RESIZE>
Whether to resize the image and the method by which to resize it.

Possible values:
- _no_: Do not resize the image
- _crop_: Resize the image to fill the whole screen, cropping out parts that don't fit
- _fit_: Resize the image to fit inside the screen, preserving the original aspect ratio

Default is _crop_.

*--fill-color* <RRGGBB>
Which color to fill the padding with when not resizing.

Expand Down

0 comments on commit a99be7f

Please sign in to comment.