Update README.md

pull/15/head
thomas 2023-03-20 04:17:54 +00:00 committed by GitHub
parent 3bb75c4fce
commit 235ec21f3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@ Install via the extensions tab on the [AUTOMATIC1111 webui](https://github.com/A
## Main features:
- Scale to maximum width or dimension
- Upon clicking, the dimensions will scale the highest value to the maximum configured value
- Aspect ratio will be maintained, the smaller or equivalent value will be scaled to match
- Scale to maximum width or height
- Upon clicking, the dimensions will scale according to the configured maximum value
- Aspect ratio will be retained, the smaller or equivalent dimension will be scaled to match
- Scale by percentage
- Upon clicking, the current dimensions will be multiplied by the given percentage, with aspect ratio maintained
- i.e `150% of 512x512 = 768x768` `75% of 512x256 = 384x192` etc.