UnevenSoftware / LeafPic

LeafPic is a fluid, material-designed alternative gallery, it also is ad-free and open source under GPLv3 license. It doesn't miss any of the main features of a stock gallery, and we also have plans to add more useful features.
GNU General Public License v3.0
3.27k stars 1.35k forks source link

Keep zoom level when flipping through images #388

Open pelya opened 7 years ago

pelya commented 7 years ago

If I zoom into the image, and flip to another image, the zoom is reset to default fit-to-screen. Would be nice to keep zoomed into the new image as well. That's mainly for reading manga, which usually has several scenes on one page, but would be an improvement for non-manga use cases too, such as Batman comics for example.

pelya commented 7 years ago

Patch: #389

Valeria-AT commented 7 years ago

Not every user want this new behaviour. Please add a setting for this!

pelya commented 7 years ago

I thought it is unobtrusive enough - new behavior is activated only if you zoom in the first place, and zoom is reset if you switch back to album view.

But adding a setting is no problem for me.

On Feb 5, 2017 12:42 PM, "Theobald93" notifications@github.com wrote:

Not every user want this new behaviour. Please add a setting for this!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/HoraApps/LeafPic/issues/388#issuecomment-277510713, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJewKna1d-eX4cg-PeG8ZPlVLVAktE4ks5rZaeigaJpZM4L3TEc .

ale5000-git commented 7 years ago

Maybe it would be useful to keep also rotation when flipping through images (with setting).

touzainanboku commented 7 years ago

I also think this should be optional. While it is great for reading comics and manga, LeafPic is primarily a gallery, and I personally would prefer it to reset the zoom level when I'm not reading anything (which is most of the time).

pelya commented 7 years ago

I've added an option to settings to disable this feature, it's in the pull request.

About keeping rotation - not today, sorry. Rotating images is not implemented yet in LeafPic anyway, the Rotate button does nothing.