Hi,
in the last days I upgraded my OS to SuSE-Linux 10.0. And right now I compiled digikam 0.8. On the first start of digikam I get some output like this: ######################################################## > > digikam digikam: No locale found in database digikam: Locale found in configfile digikam: Successfully upgraded database to sqlite3 Checking database consistency Checking Albums..................(271 Albums) OK Checking Tags....................(69 Tags) OK Checking Images..................(0 Images) OK Checking ImageTags...............(0 ImageTags) OK Checking Album icons ...............(271 Album Icons) OK Checking Tag icons ...............(69 Tag Icons) OK All Tests: A-OK digikam: ScanLib: Finding non-existing Albums: 22657 ms QTime::setHMS Invalid time 00:05:95.000 digikam: ScanLib: Finding items not in the database or disk: 837296 ms digikam: ScanLib: Updating items without date: 3398 ms ######################################################## So I guess digicam is working. But: Still only blank thumbnails are created from my TIFF- files (JPEG works fine). Additionally there seem to be problems with MSDOS (vfat) file systems. I do have all my albums on an vfat partition. Digikam displays some shortened directory-names (though it does not display any images contained in them). The full names of the directories are displayed, too (and these work fine). This did not happen with digikam 0.7.4 and earlier. Have a look at the screenshot at: http://www.arasca.de/tmp/digikam-screenshot.gif where you can see both problems... Cheers, Olaf -- Olaf Gellert _ - __o [hidden email] _- _`\<,_ http://www.arasca.de/olaf/ - (_)/ (_) ---------------------------------------------------------------------- Due to circumstances beyond your control you are master of your fate & captain of your soul. ---------------------------------------------------------------------- _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Mercredi 30 Novembre 2005 11:30, Olaf Gellert a écrit :
> Hi, > > in the last days I upgraded my OS to SuSE-Linux 10.0. > And right now I compiled digikam 0.8. On the first > start of digikam I get some output like this: > > > ######################################################## > > > > digikam > > digikam: No locale found in database > digikam: Locale found in configfile > digikam: Successfully upgraded database to sqlite3 > Checking database consistency > Checking Albums..................(271 Albums) OK > Checking Tags....................(69 Tags) OK > Checking Images..................(0 Images) OK > Checking ImageTags...............(0 ImageTags) OK > Checking Album icons ...............(271 Album Icons) OK > Checking Tag icons ...............(69 Tag Icons) OK > > All Tests: A-OK > digikam: ScanLib: Finding non-existing Albums: 22657 ms > QTime::setHMS Invalid time 00:05:95.000 > digikam: ScanLib: Finding items not in the database or disk: 837296 ms > digikam: ScanLib: Updating items without date: 3398 ms > ######################################################## > > So I guess digicam is working. But: > > Still only blank thumbnails are created from my TIFF- > files (JPEG works fine). If your TIFF files are in 16 bits / color/ pixel, it's normal because digikam 0.8.0 do not support this bytesdepth. current instable source code on svn (future 0.9.0) support now 16 bits images. If you have a doubt about your tiff files, try 'identify' tool from IM with --verboze option. You can send me a sample to test here if you want (outside the ML ==> caulier _dot_ gilles _at _ kdemail _dot_ net) -- Gilles Caulier _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
In reply to this post by Olaf Gellert-2
>Still only blank thumbnails are created from my TIFF-
>files (JPEG works fine). It sounds like a compression problem. Maybe Imlib is not compiled with the support for the compression applied to your tiff files. Alex ------------------------------- My system is powered by Linux Support the Free Software (www.gnu.org) ------------------------------- _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Hi,
[hidden email] wrote: >> Still only blank thumbnails are created from my TIFF- >> files (JPEG works fine). > > It sounds like a compression problem. Maybe Imlib is not compiled with the support for the compression applied to your tiff files. Well, good idea. But see the output of "identify -verbose" (from ImageMagick). It is not 16bit, and it is not compressed at all. You can find this example image at: http://www.arasca.de/tmp/beispiel-digikam.tif (338 KB) Still at loss with this... Sorry for bothering you with this (would like to find the error own my own) but here I am stuck... If it works on your system I really may have to compile imlib by myself (right now I am using the thing that comes with SuSE linux). Cheers, Olaf > identify -verbose beispiel-digikam.tif beispiel-digikam.tif TIFF 400x288 DirectClass 338kb Image: beispiel-digikam.tif Format: TIFF (Tagged Image File Format) Geometry: 400x288 Class: DirectClass Type: TrueColor Endianess: MSB Colorspace: RGB Channel depth: Red: 8-bits Green: 8-bits Blue: 8-bits Channel statistics: Red: Min: 0 (0) Max: 255 (1) Mean: 135.041 (0.529572) Standard deviation: 50.0331 (0.196208) Green: Min: 38 (0.14902) Max: 255 (1) Mean: 153.409 (0.601602) Standard deviation: 42.7595 (0.167684) Blue: Min: 4 (0.0156863) Max: 255 (1) Mean: 99.478 (0.39011) Standard deviation: 47.2454 (0.185276) Colors: 85943 Rendering-intent: Undefined Resolution: 1200x1200 Units: PixelsPerInch Filesize: 338kb Interlace: None Background Color: white Border Color: #DFDFDF Matte Color: grey74 Dispose: Undefined Iterations: 0 Compression: None Orientation: TopLeft Comment: Created with The GIMP Signature: 850e921b56b9c71b85a8839f0e2d7df4f7dee3a13c2f3cd7c192b58400c8efa1 Tainted: False Version: ImageMagick 6.2.3 09/13/05 Q16 http://www.imagemagick.org -- Olaf Gellert _ - __o [hidden email] _- _`\<,_ http://www.arasca.de/olaf/ - (_)/ (_) ---------------------------------------------------------------------- Due to circumstances beyond your control you are master of your fate & captain of your soul. ---------------------------------------------------------------------- _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Le Mercredi 30 Novembre 2005 15:54, Olaf Gellert a écrit :
> Hi, > > [hidden email] wrote: > >> Still only blank thumbnails are created from my TIFF- > >> files (JPEG works fine). > > > > It sounds like a compression problem. Maybe Imlib is not compiled with > > the support for the compression applied to your tiff files. > > Well, good idea. But see the output of "identify -verbose" > (from ImageMagick). It is not 16bit, and it is not compressed > at all. You can find this example image at: > > http://www.arasca.de/tmp/beispiel-digikam.tif (338 KB) Tested with digikam 0.8.0 (and 0.9.0 alpha from svn) without problem under mandriva 2005 and 2006. Gilles _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users |
Thanks Gilles and the others, the TIFF file issue seems to be
resolved. I installed an actual RPM of Imlib2 (which is remarkably bigger than the SuSE rpm) and TIFF display works now. The issue with the MSDOS/VFAT names still remains, though (see attached image). Cheers, Olaf -- Olaf Gellert _ - __o [hidden email] _- _`\<,_ http://www.arasca.de/olaf/ - (_)/ (_) ---------------------------------------------------------------------- Due to circumstances beyond your control you are master of your fate & captain of your soul. ---------------------------------------------------------------------- _______________________________________________ Digikam-users mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-users digikam-screenshot2.gif (23K) Download Attachment |
Free forum by Nabble | Edit this page |