Re: [darktable-devel] lua script to print contact sheets

2015-05-22 Thread Matthias Bodenbinder
Hi, I made another interesting change to the script. With the hyperref package it is possible to include links into PDF files. I changed the latex preamble and the thumbnail function to include links to the original JPG/PNG on the filesystem. This is just a study which may or may not be useful.

[darktable-devel] How can you use normal image format to darktable?

2015-05-22 Thread Carter
Hi. How can you use normal image format to darktable? Especially, the darktable used pfm file in noiseprofile.c. but there is no way to make pfm file. Once I used imageagick to convert pfm but this way not good to use noisprofile.c  so how to get pfm image file to use in noiseprofile.c?-

Re: [darktable-devel] lua script to print contact sheets

2015-05-22 Thread Matthias Bodenbinder
Am 23.05.2015 um 04:11 schrieb Mark Heieis: > Just curious, why not inclusion of other formats? I would see this especially > useful for raw (since that's all I seem to use). Where is the limitation - > latex? > > Thanks. > Yes, the limitation is latex. But is that really a problem? I dont see

Re: [darktable-devel] lua script to print contact sheets

2015-05-22 Thread Mark Heieis
Just curious, why not inclusion of other formats? I would see this especially useful for raw (since that's all I seem to use). Where is the limitation - latex? Thanks. On 2015-05-22 11:09, jeremy rosen wrote: as I've said earlier,

Re: [darktable-devel] Add support for big-endian pfm images.

2015-05-22 Thread Taahir Ahmed
> Yes, there is. If it ran forward we would overwrite our data. Read the code > again and try to understand what it does. > > * Spoiler ahead * > The image has 3 channels, darktable uses 4. My apologies, I don't know how I missed that. My original patch used the same loop. Taahir sig

Re: [darktable-devel] lua script to print contact sheets

2015-05-22 Thread jeremy rosen
as I've said earlier, I have a wip version, but I won't be able to provide it to you before tuesday stay tuned. in the mean time, you can have a look at the lua API and documentation in the user-manual * even better, if you compile DT yourself, go in the build/ subdirectory and run "make dar

[darktable-devel] Build error

2015-05-22 Thread Felix Manuel Cobos Sánchez
I'm getting this error building from latest git. /home/felix/Proyectos/darktable/src/common/interpolation.c: In function ‘dt_interpolation_compute_sample’: /home/felix/Proyectos/darktable/src/common/interpolation.c:789:21: error: array subscript is above array bounds [-Werror=array-bounds]

[darktable-devel] So how to make pfm file?

2015-05-22 Thread Carter
HiAs I know, there is some problem about the pfm file.so how to use normal image to use darkfable?Can I just use imagemagick to convert to pfm?So far, that pfm have problem to read at noiseprofile.c BRSY Original message From: [email protected] Date

[darktable-devel] Does anyone tell me aboutnoise about noiseprofile.c?

2015-05-22 Thread Carter
Hi.Is there anyone who know noiseprofile.c? Especially noise profile plot. -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performa

Re: [darktable-devel] Function labels and darktable images from digikam?

2015-05-22 Thread Ariel Kanterewicz
Digikam saves info into a central database, as far as I know. There should be a way to make it save that information into individual XMP files, which darktable can read. (DT understanding those XMP is a different story, I wouldn't know about that) On Fri, May 22, 2015 at 11:01 AM Carlos Martín wr

[darktable-devel] lua script to print contact sheets

2015-05-22 Thread Matthias Bodenbinder
Hi, triggered by a question on the user list I created a lua script which creates a contact sheet (Kontaktabzug) for a set of JPGs. The output is a PDF document. The script uses lualatex to do the job. How do I incorporate that script into darktable? The script works pretty well on the command

[darktable-devel] Function labels and darktable images from digikam?

2015-05-22 Thread Carlos Martín
Digikam use to organize my images (labels, scores) When I imported darktable folders, labels did not appear in the image metadata. -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-t

Re: [darktable-devel] Add support for big-endian pfm images.

2015-05-22 Thread Tobias Ellinghaus
Am Donnerstag, 21. Mai 2015, 16:01:10 schrieb Taahir Ahmed: > Looks good. I've tested it on big- and little-endian images, and both > load fine. Some comments: > > 1) This was missing from my original commit, but the pfm export code > at src/imageio/format/pfm.c also needs a similar treat