kirjavascript / Flex2

sega megadrive sprite editor
MIT License
61 stars 4 forks source link

Sprite strip has wrong zoom #52

Open flamewing opened 1 year ago

flamewing commented 1 year ago

While trying out the new release, I noticed that the fix for issue #45 unfortunately seems not to pick a good zoom at all. This is more apparent for larger sprites, such as Vector in the this screenshot:

image

In comparison to the previous version, the sprites in the right strip all have the same zoom level (which is great) but almost all of the frames visible are cropped.

kirjavascript commented 1 year ago

I thought you would pick a manual zoom

have you seen the zoom range input? the "slider" at the bottom on the sprites pane?

does it just need documentation? or do you also want adaptive zoom on any sprite update?

kirjavascript commented 1 year ago

I guess I had adaptive zoom before per-sprite. maybe it should use that code and pick the one with the most macro zoom and use it for all? and then allow manual override?

at what point do you apply the macro zoom selection? on object load? or always and remove the range input?