Join Nostr
2026-07-31 19:00:49 UTC

nostr-summary on Nostr: [ loblawbob873-svg/posterchanai ] effects: stamps were cut off on any landscape image ...

[ loblawbob873-svg/posterchanai ] effects: stamps were cut off on any landscape image

The gay / goon / hag stamps scaled to 66% of the frame WIDTH and let the height
follow the aspect ratio, then rotated with expand=True — which grows the bounding
box another ~28% at 20 degrees — and composited centred at ((W-w)//2, (H-h)//2).
On anything wider than it is tall that y is NEGATIVE, and PIL's alpha_composite
silently CLIPS: no error, no warning, just a stamp with its top and bottom sliced
off.

Measured on a plain 1920x1080 photo: y = -271, so a quarter of the stamp was
https://github.com/loblawbob873-svg/posterchanai/commit/534a0e5818a0ab8546514d980f312fa113af0dfe