Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread johannes hanika
On Mon, Nov 28, 2016 at 11:01 PM, KOVÁCS István wrote: > You can copy exif from original raw to jpeg using exiv2. Since your > jpeg will probably have been correctly rotated by the orientation > module, you'll need to clear the 'rotation needed' flag using jhead > -norot; you can then regenerate t

[darktable-dev] Previes CMYK values

2016-11-28 Thread Jefferson Ferreira
Hi, Would it be possible to implement, in the color module, the CMYK format of RGB values ? This would be useful in cases of tonal adjustments of skin, because in these cases these values ​​are tabulated. Thanks in advance. ___

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Tobias Ellinghaus
Am Montag, 28. November 2016, 12:47:25 CET schrieb David Vincent-Jones: > Don't JPG and TIF (among others) normally already have embedded thumbnails? Only if someone added those. And darktable (NOT darkroom!) doesn't. > David Tobias [...] signature.asc Description: This is a digitally signed m

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread KOVÁCS István
You can copy exif from original raw to jpeg using exiv2. Since your jpeg will probably have been correctly rotated by the orientation module, you'll need to clear the 'rotation needed' flag using jhead -norot; you can then regenerate the thumbnail using jhead -rgt . Kofa On 28 November 2016 at 21

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread David Vincent-Jones
Don't JPG and TIF (among others) normally already have embedded thumbnails? David On 11/28/2016 12:43 PM, François Tissandier wrote: Pity, such an app is very useful for me, I need to use an old Java app to be able to do that for the moment. Is it something we can suggest as a feature to a

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 11:43 PM, François Tissandier wrote: > Pity, such an app is very useful for me, I need to use an old Java app to be > able to do that for the moment. > > Is it something we can suggest as a feature to add in darkroom ? https://redmine.darktable.org/projects/darktable/issues

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread François Tissandier
Pity, such an app is very useful for me, I need to use an old Java app to be able to do that for the moment. Is it something we can suggest as a feature to add in darkroom ? François ___ darktable developer mailing list

Re: [darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 11:30 PM, Richard Trinkner wrote: > Is there an option to add jpg thumbnails to images exported by darktable? > > I've been writing an app in Python that lets users rearrange photos through > drag-and-drop and then renumber their files according to the resulting photo > ord

[darktable-dev] Thumbnails in exported photos?

2016-11-28 Thread Richard Trinkner
Is there an option to add jpg thumbnails to images exported by darktable? I've been writing an app in Python that lets users rearrange photos through drag-and-drop and then renumber their files according to the resulting photo order. My app can access files' thumbnails for much faster loading, but

Re: [darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Skand Hurkat
Hi Blandyna, I believe you are referring to Windows Subsystem for Linux (WSL). Darktable from the ppa runs on this system, however, I don't think the devs will be happy with you running DT on WSL. I don't think Microsoft approves of this method either. I use XMing as my X-server on Windows. I ins

Re: [darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 11:07 PM, Blandyna Bogdol wrote: > Hello Roman, > > I'm using Darktable for Ubuntu. And Ubuntu can be used in Windows 10 with > developer settings. > > The Ubuntu in Windows ist only 14.10. > > The question is: How can I install Darktable 2.2 rc 2 on Ubuntu 14.10. According

Re: [darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Blandyna Bogdol
Hello Roman, I'm using Darktable for Ubuntu. And Ubuntu can be used in Windows 10 with developer settings. The Ubuntu in Windows ist only 14.10. The question is: How can I install Darktable 2.2 rc 2 on Ubuntu 14.10. Best regards and thanks Blandyna Am 28. November 2016 20:54:17 schrieb Rom

Re: [darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Roman Lebedev
Hi. At this point there is no darktable for windows (*) There is some work-in-progress patches, should they finally get merged, then this can be re-evaluated (not until 2.2 is released). At this point i can only suggest running darktable in linux in a VM. * yes, we know that some persons hacked s

[darktable-dev] Darktable in Ubuntu on Windows 10

2016-11-28 Thread Blandyna Bogdol
Dear all, I hope you can help me. I have a little complicated question.. A long time I used Darktable on Ubuntu. Jet a have WIndows 10 Home (I need some Windows tools) and I using the developer modus from Windows 10 with Ubuntu 14.10. I have installed from the ppa (darktable-release) darktable

Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Maurizio
Thanks Roman, I missed some docbook-xls packages. Now it works great. Thank you again! Maurizio In data lunedì 28 novembre 2016 20:43:14 CET, Roman Lebedev ha scritto: > On Mon, Nov 28, 2016 at 8:38 PM, Maurizio wrote: > > Hi! > > So I enter the build directory with > > cd build > > and start t

Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Roman Lebedev
On Mon, Nov 28, 2016 at 8:38 PM, Maurizio wrote: > Hi! > So I enter the build directory with > cd build > and start the usermanual build > make update-usermanual-it > > This is the result: > pdating usermanual template > I/O error : Attempt to load network entity http://docbook.sourceforge.net/ >

Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Maurizio
Hi! So I enter the build directory with cd build and start the usermanual build make update-usermanual-it This is the result: pdating usermanual template I/O error : Attempt to load network entity http://docbook.sourceforge.net/ release/xsl/current/profiling/profile.xsl warning: failed to load ext

Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Tobias Ellinghaus
Am Montag, 28. November 2016, 11:15:02 CET schrieb Maurizio Paglia: > Ciao Tobias, > I received a lot of errors running build.sh as root: running it as a normal > user showed a couple of missing dependencies, installed, and now build runs > smoothly. > After that: > cd build > and then > make updat

Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Maurizio Paglia
Ciao Tobias, I received a lot of errors running build.sh as root: running it as a normal user showed a couple of missing dependencies, installed, and now build runs smoothly. After that: cd build and then make update-usermanual-it again a lot of errors... it seems cannot download some files from ou

Re: [darktable-dev] String freeze for the upcoming 2.2 series

2016-11-28 Thread Tobias Ellinghaus
Am Montag, 28. November 2016, 07:15:37 CET schrieb Maurizio: > Hi, Hi. > dt build now works till the end (I always run build.sh) but cannot find Good. Did you change anything? I am curious to know what was causing this. > saxon so - I guess - I cannot compile manuals. > The exact error is: > >