Alexander Neundorf | 1 Aug 2007 01:35
Picon
Favicon

[Bug 148382] overexposure indication already when fully "saturated"

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=148382         

------- Additional Comments From neundorf kde org  2007-08-01 01:35 -------
Ok, I checked again, it was in the downscaled version that the values only go to 254, in the fullsize view they
reach 255.

Sorry for this.

The other point is still valid (but I didn't check with current svn). Can you point me to the source file where
overexposure is detected ?

Alex
Marcel Wiesweg | 1 Aug 2007 16:57
Picon
Picon

[Bug 148382] overexposure indication already when fully "saturated"

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=148382         

------- Additional Comments From marcel.wiesweg gmx de  2007-08-01 16:57 -------
In trunk/ it's line 1204, QImage DImg::pureColorMask(ExposureSettingsContainer *expoSettings) of libs/dimg/dimg.cpp.
The method is called from void DImgInterface::paintOnDevice, utilities/imageeditor/canvas/dimginterface.cpp
Marcus Hardt | 1 Aug 2007 22:26
Picon

[Bug 148434] New: Cannot change rating in slideshow

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=148434         
           Summary: Cannot change rating in slideshow
           Product: digikam
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: Usability
        AssignedTo: digikam-devel kde org
        ReportedBy: marcus.hardt hik fzk de

Version:           0.9.2-final (using KDE 3.5.7, Debian Package 4:3.5.7.dfsg.1-1 (lenny/sid))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.21.3

The hotkeys for changing the rating of the current images (ctrl-0-9) only work in the overview, not in the
slideshow. This would be useful, as one can actually see the image a lot better.

Anyways: Wonderful software! Making me consider to dump my mac!
M.
Alexander Neundorf | 2 Aug 2007 04:39
Picon
Favicon

[Bug 148382] overexposure indication already when fully "saturated"

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=148382         

------- Additional Comments From neundorf kde org  2007-08-02 04:39 -------
I should really try current svn...

Anyway, changing the following line from:
 if (expoSettings->overExposureIndicator && 
     pix.red() == max && pix.green() == max && pix.blue() == max)

to 

 if (expoSettings->overExposureIndicator && 
     pix.red() == max || pix.green() == max || pix.blue() == max)

might be a good idea, so you will also catch areas where only one channel is overexposed, which also leads to
bad colors, e.g. if you have an area where green would go from 200 to 400 and red and blue from 125 to 250, which
would be a bright green gradient, you will instead get a change from bright green to white, since green
can't go beyond the 255. Detecting these areas too would show this problem.

Not quite sure about underexposure...
Alexander Neundorf | 2 Aug 2007 04:41
Picon
Favicon

[Bug 148382] overexposure indication already when fully "saturated"

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=148382         

------- Additional Comments From neundorf kde org  2007-08-02 04:41 -------
Does this actually work on the full image data or on the image which is scaled down for display ?

In the scaled down image white areas here are only 254, 254, 254 instead of full 255, 255, 255.
Adrian von Bidder | 2 Aug 2007 16:22
Picon

[Bug 107871] Allow multiple album library paths

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=107871         

------- Additional Comments From avbidder+kde fortytwo ch  2007-08-02 16:22 -------
Note: this is somewhat related to #125474 and #114539.  I don't think it's exactly duplicates, but a good
solution to any of these might just solve all of these.
Marcel Wiesweg | 2 Aug 2007 17:56
Picon
Picon

[Bug 148382] overexposure indication already when fully "saturated"

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=148382         

------- Additional Comments From marcel.wiesweg gmx de  2007-08-02 17:56 -------
It operates on the full image. If you look at paintOnDevice(), which draws a part of the image on a specified
region of a paint device, first the image is smoothScaled, then converted to pixmap (with color
management applied if enabled) and drawn.
The mask is then created from the relevant part of the full image, scaled, converted to pixmap and drawn.

I am no expert on this, for any changes I suggest to wait until Gilles is back from his holidays.
Terra postales | 3 Aug 2007 08:25

Mensaje de una personal muy especial

Perú, 1 AGOSTOdel 2007

A TODA HORA PIENSO EN TI ......

Presione en la imagen para ver la tarjeta

Pienso que te imaginaras quien soy no?

Si no puede ver la tarjeta virtual correctamente haga click aqui.

© Copyright 2007, Terra Networks Perú, S.A

_______________________________________________
Digikam-devel mailing list
Digikam-devel@...
https://mail.kde.org/mailman/listinfo/digikam-devel
Nadav Kavalerchik | 3 Aug 2007 11:07
Picon
Gravatar

[Bug 132244] Special Chars in Keywords decode wrong in IPTC

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=132244         

------- Additional Comments From nadavkav gmail com  2007-08-03 11:07 -------
i use digikam 0.9.2-final (deb unstable) with kexiv2 0.1.5 + exiv2 0.14.0

when i get pictures from PhotoStation (Windows application for Image management) with Hebrew IPTC tags i
can not see them, i get...(���)

when i opened Dotan's file from Comment #14 i got to see the correct hebrew word in the IPTC tag , but i'm unable
to write UTF8 inside the tags (as you probably know). and the EXIF comment is unreadable.

it would be nice if i could have a combo box to choose the encoding for the tags i see in the editor and to be able
to enter new text according to what i choose. it's a workaround and i know it's not the standard way to do this
but it seems that different applications implement the IPTC standard in different ways.
or maybe, an option to encode the IPTC tags before i send them away to some other people how use a different application.
Nadav Kavalerchik | 3 Aug 2007 11:11
Picon
Gravatar

[Bug 132244] Special Chars in Keywords decode wrong in IPTC

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

http://bugs.kde.org/show_bug.cgi?id=132244         

------- Additional Comments From nadavkav gmail com  2007-08-03 11:11 -------
Created an attachment (id=21322)
 --> (http://bugs.kde.org/attachment.cgi?id=21322&action=view)
IPTC tag in hebrew (iso-8859-8) from PhotoStation

here is an image i got from PhotoStation (a Windows application) with hebrew
IPTC tags (i think it's ISO-8859-8 or windows-1255) that is displaying the tags
in unreadable squares.

Gmane