This is the bug tracker for Photo Organizer.
FS#288 - Preferences in photo upload
Attached to Project:
Photo Organizer
Opened by Marcus Hinz (marcus) - Saturday, 01 September 2007, 07:15 GMT
Last edited by Solomon Peachy (pizza) - Sunday, 02 September 2007, 17:44 GMT
Opened by Marcus Hinz (marcus) - Saturday, 01 September 2007, 07:15 GMT
Last edited by Solomon Peachy (pizza) - Sunday, 02 September 2007, 17:44 GMT
|
DetailsThe preferences in "My Setting - Photo upload" (gamma, sharpen radius etc.) are not working correctly in german translation. I think the reason is the decimal-delimter (1,5 in German - 1.5 in US).
|
This task depends upon
Closed by Solomon Peachy (pizza)
Sunday, 02 September 2007, 17:44 GMT
Reason for closing: Fixed
Additional comments about closing: ...
Sunday, 02 September 2007, 17:44 GMT
Reason for closing: Fixed
Additional comments about closing: ...
Why, oh why isn't there a simple way to ignore locale settings?
I think I got all cases where we pass floatings point numbers to external applications; r1662 has the last commit.
I won't be able to test this personally for a few hours, so please let me know if it works...
The same problem exists for "sharpen radius", "Brightness (dcraw)", "Gamma (ufraw)" and "Gamma linearity"
I'll see what I can figure out.
I had to disable the use of locale-specific number formatting altogether, and instead convert as needed. There are places where the output needs to be fixed up (eg aperture) but I'd rather have "misformat" instead of "notwork"..
Please test and let me know if it works for you.