PCMan
2014-03-16 14:42:11 UTC
Please see the blog post for the latest screenshot.
http://blog.lxde.org/?p=1086
Here is a brief list of recent changes:
* Printing support added
* Thumbnail preview (the bottom pane on the screenshot)
* Built-in tool to take a screenshot
* Slide show support
* Improved fullscreen support
* Improved preference dialog
* File properties dialog added
The image viewer is fully functional and usable now.
So, I think it's time to update the translations for it.
BTW, there is an unresolved problem.
When scaling down larger images to fit the smaller window, the image
quality is quite poor.
There's no simple solution to this issue. It's the limitation of QGraphicsView.
When enlarging the image, Qt uses smooth transformation so it works fine.
However this is not the case when shrink larger images.
The only way to avoid this is implementing my own view widget and do
image scaling by manipulating QImage objects directly, which is
non-trivial.
Maybe I should leave this for the next release.
Cheers!
http://blog.lxde.org/?p=1086
Here is a brief list of recent changes:
* Printing support added
* Thumbnail preview (the bottom pane on the screenshot)
* Built-in tool to take a screenshot
* Slide show support
* Improved fullscreen support
* Improved preference dialog
* File properties dialog added
The image viewer is fully functional and usable now.
So, I think it's time to update the translations for it.
BTW, there is an unresolved problem.
When scaling down larger images to fit the smaller window, the image
quality is quite poor.
There's no simple solution to this issue. It's the limitation of QGraphicsView.
When enlarging the image, Qt uses smooth transformation so it works fine.
However this is not the case when shrink larger images.
The only way to avoid this is implementing my own view widget and do
image scaling by manipulating QImage objects directly, which is
non-trivial.
Maybe I should leave this for the next release.
Cheers!