Warning: session_start(): open(/tmp/sess_88ceqllqjdcm2buiks4pt3t6g2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Reveal 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  .- Knowledge Base  . 

Reveal

   1.2  

KDE Graphic Tool

Score 80%
Reveal
zoom


Reveal
zoom


Reveal
zoom


Link:  Link
Downloads:  2430
Submitted:  Oct 27 2005
Updated:  Oct 16 2006

Description:

Reveal is an easy to use, cross platform EXIF metadata viewer with limited editing capabilities. Reveal was designed to present as many details about how a photo was taken in a clear and easy to understand format.




Changelog:

Read support has been added for 10 file formats (PNG, TIFF, in addition to several RAW file formats). Embedded thumbnail images are now visible in the Details pane. Photo descriptions can be viewed/edited in the Summary pane. Zooming the image thumbnail in the summary pane is now much smoother on all platforms. Reveal has a new application icon and a new about window. Qt and exiv2 have been bumped to 4.2 and 0.11 respectively.




LicenseGPL
Source(Source)
Mac OS X(Mac OS X Disk Image)
MS Windows(Windows Installer)
Send to a friend
Subscribe
Other  Content  from wstokes
Report inappropriate content



-

 error :(

 
 by softpedia on: Oct 28 2005
 
Score 50%
softpediasoftpedia
Softpedia
Home

When I start make it gives me this:

g++ -c -pipe -Wall -W -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables -Os -D_REENTRANT -DBIN_DIR=\"/usr/bin\" -DDATA_DIR=\"/usr/share/reveal\" -DSTANDALONE_APP -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -I/usr/lib/qt-3.3/mkspecs/default -I. -I/usr/lib/qt-3.3/include -IReveal.tmp/ -o Reveal.tmp/RevealMain.o src/RevealMain.cpp
src/RevealMain.cpp:18:20: error: exif.hpp: No such file or directory
make: *** [Reveal.tmp/RevealMain.o] Error 1


Reply to this

-
.

 Re: error :(

 
 by wstokes on: Oct 28 2005
 
Score 50%

You need to download the latest exiv2 sources from Andreas's svn respository, then edit Reveal.pro to point to the correct location to find the includes libraries when linking. In the future building Reveal will bemuch easier when exiv2 includes a tool for determing this information automatically much like the xml2 and xslt libraries do today. Sorry about this.

exiv2 web site:
http://home.arcor.de/ahuggel/exiv2/

svn command to get latest code (0.7 will NOT work)
svn checkout svn://dev.robotbattle.com/exiv2/trunk .

-will


Reply to this

-
.

 Re: Re: error :(

 
 by jcldg on: May 10 2006
 
Score 50%
jcldgjcldg
EPFL

Hello,

Since I am not a programmer, could you give an example of the modification to be made on the Reveal.pro file?

Here is the message after trying to compile:
/usr/lib/qt3/bin/qmake Reveal.pro
Project MESSAGE: Configuring library dependencies for Reveal:
Project MESSAGE: ->Automatically configuring
Project MESSAGE: ->Build will require libjpeg
Project MESSAGE: ->Build will require libexiv2

Here is the libexiv2 stuff:
locate libexiv2
/usr/local/lib/libexiv2-0.9.1.so
/usr/local/lib/libexiv2.a
/usr/local/lib/libexiv2.la
/usr/local/lib/libexiv2.so

Thank you for your help
Regards,


Jean-Claude
Reply to this

-
.

 Re: Re: Re: error :(

 
 by wstokes on: May 10 2006
 
Score 50%

Instead of say "Build will require XXX" I really should print out "Build will USE XXXX". Those are not error messages, they're just announcements, letting you know we'll be linking against those libraries. Try running make and make install. Building will probably work just fine.

Another user made the same comment. He was sure somethign was not working properly when everything was fine. I've changed the code in SVN such that future releases will be less confusing.


Reply to this

-

 Error compiling

 
 by ViRgiLiO on: Oct 16 2006
 
Score 50%

I'm using svn exiv2.
g++ -o Reveal tmp/config.o tmp/reveal.o tmp/reveal_detailsInfo.o tmp/reveal_exposureInfo.o tmp/reveal_geometricInfo.o tmp/reveal_processingInfo.o tmp/reveal_sensoryInfo.o tmp/reveal_summaryInfo.o tmp/reveal_export.o tmp/summaryPane.o tmp/exposurePane.o tmp/detailsPane.o tmp/zoomableLabel.o tmp/revealMain.o tmp/revealApplication.o tmp/exifTools.o tmp/metadataInterface.o tmp/metadataInterface_exposureInfo.o tmp/metadataInterface_geometricInfo.o tmp/metadataInterface_processingInfo.o tmp/metadataInterface_sensoryInfo.o tmp/metadataInterface_summaryInfo.o tmp/aboutDialog.o tmp/scrollingFadingTextEdit.o tmp/animatedLabel.o tmp/clickableLabel.o tmp/dynamicSlider.o tmp/rigidLineEdit.o tmp/clickableURL.o tmp/expandingTextLabel.o tmp/imageTools.o tmp/jpegInternal.o tmp/jpegTools.o tmp/jpegTools_size.o tmp/tiffTools.o tmp/rawTools.o tmp/dcraw_parse.o tmp/commonStrings.o tmp/fileDirCompressor.o tmp/fileDirTools.o tmp/fileFetcher.o tmp/fileHasher.o tmp/guiTools.o tmp/mathTools.o tmp/preferenceManager.o tmp/tempFile.o tmp/textProcessor.o tmp/timingTools.o tmp/translationManager.o tmp/ioapi.o tmp/unzip.o tmp/moc_reveal.o tmp/moc_summaryPane.o tmp/moc_exposurePane.o tmp/moc_detailsPane.o tmp/moc_zoomableLabel.o tmp/moc_aboutDialog.o tmp/moc_scrollingFadingTextEdit.o tmp/moc_animatedLabel.o tmp/moc_clickableLabel.o tmp/moc_dynamicSlider.o tmp/moc_clickableURL.o tmp/moc_commonStrings.o tmp/moc_fileFetcher.o tmp/moc_textProcessor.o tmp/moc_translationManager.o tmp/moc_translationManager_p.o -L/usr/lib -dead_strip -ljpeg -L/usr/lib -lexiv2 -lQtXml_debug -L/build/buildd/qt4-x11-kdecopy-4.2.0~svn20060818/lib -lQtGui_debug -L/usr/X11R6/lib -laudio -lXt -lpng -lSM -lICE -lXrender -lXrandr -lXfixes -lXcursor -lXinerama -lfreetype -lXext -lX11 -lQtNetwork_debug -lQtCore_debug -lfontconfig -lz -lm -ldl -lpthread
tmp/tiffTools.o: In function `initCIELabConversion(tiff*)':
../src/_imageTools/tiff/tiffTools.cpp:195: referencia a `TIFFGetFieldDefaulted' sin definir
../src/_imageTools/tiff/tiffTools.cpp:200: referencia a `TIFFCIELabToRGBInit' sin definir
../src/_imageTools/tiff/tiffTools.cpp:191: referencia a `_TIFFmalloc' sin definir
tmp/tiffTools.o: In function `TiffTools::loadImage(QString, QImage&)':
../src/_imageTools/tiff/tiffTools.cpp:215: referencia a `TIFFSetWarningHandler' sin definir
../src/_imageTools/tiff/tiffTools.cpp:216: referencia a `TIFFOpen' sin definir
../src/_imageTools/tiff/tiffTools.cpp:227: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:248: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:267: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:268: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:269: referencia a `TIFFGetField' sin definir
tmp/tiffTools.o:../src/_imageTools/tiff/tiffTools.cpp:270: más referencias a `TIFFGetField' sin definir a continuación
tmp/tiffTools.o: In function `TiffTools::loadImage(QString, QImage&)':
../src/_imageTools/tiff/tiffTools.cpp:286: referencia a `TIFFIsBigEndian' sin definir
../src/_imageTools/tiff/tiffTools.cpp:541: referencia a `TIFFClose' sin definir
../src/_imageTools/tiff/tiffTools.cpp:248: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:386: referencia a `TIFFScanlineSize' sin definir
../src/_imageTools/tiff/tiffTools.cpp:394: referencia a `TIFFReadScanline' sin definir
../src/_imageTools/tiff/tiffTools.cpp:425: referencia a `TIFFCIELabToXYZ' sin definir
../src/_imageTools/tiff/tiffTools.cpp:426: referencia a `TIFFXYZToRGB' sin definir
../src/_imageTools/tiff/tiffTools.cpp:439: referencia a `_TIFFfree' sin definir
../src/_imageTools/tiff/tiffTools.cpp:506: referencia a `TIFFScanlineSize' sin definir
../src/_imageTools/tiff/tiffTools.cpp:512: referencia a `TIFFReadScanline' sin definir
../src/_imageTools/tiff/tiffTools.cpp:235: referencia a `TIFFSetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:231: referencia a `TIFFSetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:502: referencia a `TIFFReadScanline' sin definir
../src/_imageTools/tiff/tiffTools.cpp:351: referencia a `TIFFReadRGBAImageOriented' sin definir
../src/_imageTools/tiff/tiffTools.cpp:469: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:476: referencia a `TIFFSwabArrayOfShort' sin definir
../src/_imageTools/tiff/tiffTools.cpp:477: referencia a `TIFFSwabArrayOfShort' sin definir
../src/_imageTools/tiff/tiffTools.cpp:478: referencia a `TIFFSwabArrayOfShort' sin definir
tmp/tiffTools.o: In function `TiffTools::getSize(QString, QSize&)':
../src/_imageTools/tiff/tiffTools.cpp:47: referencia a `TIFFSetWarningHandler' sin definir
../src/_imageTools/tiff/tiffTools.cpp:50: referencia a `TIFFOpen' sin definir
../src/_imageTools/tiff/tiffTools.cpp:59: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:60: referencia a `TIFFGetField' sin definir
../src/_imageTools/tiff/tiffTools.cpp:64: referencia a `TIFFClose' sin definir
collect2: ld returned 1 exit status
make: *** [Reveal] Error 1


Reply to this

-

 Re: Error compiling

 
 by wstokes on: Oct 17 2006
 
Score 50%

Hrmm, apparently you've gotten almost all the way to getting Reavel compiled but are failing during linking because it cannot find various libtiff symbols. You must have the libtiff includes installed to have gotten this far. Oh jeesh. I bet I know the problem, I hadn't tested compiling Reveal dynamically under Linux.

If you look under projects/libraries.pri under the linux section you'llnotice I didn't add a rule for linking with libtiff . try adding the following to the top of the libraries.pri file:

contains(CONFIG, libtiff) LIBS += -ltiff

Please let me know if that fixes the problem so I can patch the code in SVN


Reply to this

-

 Solved

 
 by ViRgiLiO on: Oct 17 2006
 
Score 50%

Right. That solved the problem.


Reply to this

-
.

 Re: Solved

 
 by wstokes on: Oct 17 2006
 
Score 50%

Great, modification now in SVN.


Reply to this

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