piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
11.22k stars 785 forks source link

Feature : Increase/decrease the animated preview size #212

Closed juliandescottes closed 9 years ago

juliandescottes commented 10 years ago

Should be able to zoom-in/zoom-out, or even specify an exact resolution.

If the size remains under 200px width, that's very easy to implement. Otherwise, it means increasing the column size, which is a bit more difficult to handle with the current layout.

Option 1 : modify the animated preview container

This feature goes along the lines of other improvements for the animated preview :

I think we could change the line below the animated preview.

Easier. Add a preview size select (same behavior as described in Option 1). I don't think anyone would instinctively look there to find the feature.

On the other hand it's not something as critical as, let's say the onion skin and this can be a good first implementation to test the feature without compromising the current UI.

I lean towards implementing first Option 2 and then Option 1 when we have more time (or need more control over the animated preview)

Comments ?

juliandescottes commented 9 years ago

Redundant with the detached preview that will be released for v0.5.0