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:30, Richard Trinkner
 wrote:
> Is there an option to add jpg thumbnails to images exported by darktable?
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



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/new

>  François
___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org



[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 images generated from darkroom lack thumbnails.

Is there an option to enable thumbnail generation and embedding on export?

Thanks,

Richard Trinkner
Colorado, USA

darkroom 2.0.7 on Linux Ubuntu 16.10.

___
darktable developer mailing list
to unsubscribe send a mail to darktable-dev+unsubscr...@lists.darktable.org