#image size selection as dragging slider
6 messages · Page 1 of 1 (latest)
The reason we didnt do slider but stepped dropdown for width and height is because SD requires inputs that are multiples of 64. So we felt pressing keys to get to the values we need in a range was easier this way.
If we do convert the input to a slider, it'll still be in steps of 64. We'll look into it.
Sliders take a lot of space on the UI so we'll need to find a good way to do it.
cool! im wondering if there would be a way to just add the behaviour on top of the existing dropdown (not have an actual visible slider, just the drag mechanic when you hold the left mouse button key)
im sure its possible .. just need to figure how to do it lol .. I guess a mouse event to trigger it. It's tricky coz it all runs on a browser and we have a LOT of moving parts. But I'll add it to the list of things to consider.
as a ps user myself, i know how handy this is
I also liked this solution using a single slider to quickly set the aspect ratio, with the short edge always being 512px. You'd want a way to override it, but it would be convenient most of the time. You could also combine it with a maximum pixels setting to let the smaller dimension shrink for extreme aspect ratios. https://twitter.com/sharifshameem/status/1596620970202378241?s=20&t=FDrWzEs_QEz1RK7hkrP0-Q
I got frustrated with Lexica's existing UI for picking your image's dimensions, so I built this improved component which only uses one slider instead of 2.
It's a tiny change, but feels more intuitive and fun!
(also Aperture will be live on Lexica tomorrow)
301