New LXDE image viewer - LXImage-Qt
richwiki101 at gmail.com
richwiki101 at gmail.com
Thu Jul 18 04:36:58 UTC 2013
Like the GNOME image viewer eog, which has svg support via librsvg, will
lximage-qt support viewing, zooming, exporting, and resaving svg files via
Qt's svg implementation (also allows displaying of animated svg images) or
librsvg (I stated this because certain svg images may contain features that
might not be supported by Qt's svg implementation)? That way, one will not
have to install a more heavyweight program such as KDE's gwenview or
Inkscape, and that gtk+ could potentially not have to be installed for
running eog or the rsvg-viewer that comes with librsvg.
On Tuesday, May 14, 2013 1:17:29 AM UTC-5, PCMan wrote:
>
> Hello,
> I did a new Qt-based image viewer for LXDE/Qt.
> git clone git://lxde.git.sourceforge.net/gitroot/lxde/lximage-qt/
>
> It's not the Qt port of the gtk+-based GPicView image viewer program.
> Strictly speaking this is a new application.
> The original GPicView mimics the UI of Windows image viewer.
> LXImage-Qt resembles Viewnior and eog more, but it's Qt-based.
> I know there are already several Qt-based image viewers, but I'm not
> satisfied with them. So it's time to make one.
>
> Features:
> 1. Fast multi-threading image loading with gio/gvfs support. Can load
> file on remote filesystems supported by gvfs. (not yet finished)
> 2. Acceptable memory usage (I say acceptable, not low, but it won't be
> heavier than any other Qt-based viewers. Otherwise its' a bug and I'll
> fix it.)
> 3. Libfm-Qt integration. In the future thumbnails and file
> properties/file operation supprt from libfm will be used. Currently
> libfm is used for folder loading and monitoring.
> 4. Good painting performance on zooming without increasing memory
> usage. Thanks to QGraphicsView/QGraphicsScene canvas system provided
> by Qt, this becomes a trivial task. The Gtk+ equivalence should be
> gtkimageview lib which is not part of gtk+ and is gtk+ 2 only. Without
> 3rd party lib, doing this with plain gtk+ is a pain.
> 5. Better UI and cleaner code base than GPicView.
>
> To compile the program, you need the latest git version of libfm-qt
> and libexif (not used now, but will be used soon). Please help test if
> you're interested.
>
> Thanks!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/lubuntu-users/attachments/20130718/3e317b57/attachment.html>
More information about the Lubuntu-users
mailing list