Warning: session_start(): open(/tmp/sess_fnao89ce44t5m16i7mpni7nrd2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
KSquirrel openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (3) .- Knowledge Base  . 

KSquirrel

   0.8.0  

KDE Graphic Viewer

Score 83%
CKulTCKulT
-home
KSquirrel
zoom


KSquirrel
zoom


KSquirrel
zoom


Link:  Link
Downloads:  23245
Submitted:  Apr 29 2004
Updated:  Jun 24 2010

Description:

WARNING: Ksquirrel needs maintainer and someone who will port it to KDE4.

KSquirrel is an image viewer for KDE implementing OpenGL.

Features:
* dynamic format support (~ 50 image formats)
* customizable filters
* external tools
* file tree
* thumbnails, extended thumbnails
* KIPI support
* KEXIF support
* list view, icon view, detailed view, thumbnail view
* archive support
* view of currently mounted partitions
* flexible options
* slidedshow
* preview window
* opera-like tabs
* Konqueror integration

KSquirrel is the first viewer for KDE widely supporting such a quantity of formats, including Photoshop PSD, X cursors, animated GIF, WMF, SVG, DXF, JPEG2000 and APNG.

The detailed information, format of libraries with examples, screenshots you can find visiting web page http:// ksquirrel.sourceforge.net/

** Important: You should have video drivers installed (means hardware-accelerated OpenGL support).

At this time KSquirrel supports 57 image formats.




Changelog:

ksquirrel-0.8.0 and ksquirrel-libs-0.8.0
****************************************
* new runtime options:
--nodirectorybasket
--noimagebasket
--nocategories
--nomountview
* added Konqueror intergation module
* added printing feature in image window
* added codec manager, which will allow to
enable/disable image codecs (requires root password)
* fixed licensing issues in source code
* fixed MIME types in .desktop files
* time counting in image window is more fair

ksquirrel-libs:
* added EPS, PSP
* bugfix in PNM decoder on P3 PNMs
* bugfix in CAMERA codec, when KSquirrel couldn't open raw fotos



License:
GPL, LGPL

(Download page)
(Screenshots)
(KSquirrel sources)
(ksquirrel-libs sources [required])
(Both KSquirrel and libs in one package)
Send to a friend
Subscribe
Other  Content  from CKulT
Report inappropriate content



goto page: prev  ... 4  5  6  7  8  9  10  11  12 

-

 patch

 
 by nbecker on: Dec 8 2007
 
Score 50%

diff -r d16c4f4c26a2 kernel/kls_psp/fmt_codec_psp.cpp
--- a/kernel/kls_psp/fmt_codec_psp.cpp Fri Dec 07 20:05:10 2007 -0500
+++ b/kernel/kls_psp/fmt_codec_psp.cpp Fri Dec 07 20:09:41 2007 -0500
@@ -118,7 +118,7 @@ bool fmt_codec::ReadGenAttributes()
if (Header.MajorVersion != 3)
ChunkLen -= 4;

- if (!frs.readK(&AttChunk, std::min(sizeof(AttChunk), ChunkLen)))
+ if (!frs.readK(&AttChunk, std::min(sizeof(AttChunk), size_t(ChunkLen))))
return false;

// Can have new entries in newer versions of the spec (4.0).
@@ -220,7 +220,7 @@ bool fmt_codec::ReadLayerBlock()

ChunkSize -= (2 + 4 + NumChars);

- if (!frs.readK(&LayerInfo, std::min(sizeof(LayerInfo), ChunkSize)))
+ if (!frs.readK(&LayerInfo, std::min(sizeof(LayerInfo), size_t(ChunkSize))))
return false;

// Can have new entries in newer versions of the spec (5.0).


Reply to this

-

 Re: patch

 
 by CKulT on: Dec 8 2007
 
Score 50%
CKulTCKulT
-home

Thanks for the patch. I'll update -libs tommorrow.


Reply to this

-

 Patch

 
 by drcux on: Dec 8 2007
 
Score 50%


thx for the patch ;)


Reply to this

-
.

 thank you

 
 by zyghom on: Mar 30 2008
 
Score 50%
zyghomzyghom
private

this is extremely good and fast software
this is what I was missing here on Linux !


Reply to this

goto page: prev  ... 4  5  6  7  8  9  10  11  12 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team