Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message <1422034478.20442.86.ca...@obry.net> on Fri, 23 Jan 2015 18:34:38 +0100, Pascal Obry said: pascal> Le vendredi 23 janvier 2015 à 18:31 +0100, Richard Levitte a écrit : pascal> > "Normal", "Draft [Economy]" and "Best" pascal> pascal> And what is your setting? It's usually "Normal",

Re: [darktable-devel] lua export broken

2015-01-23 Thread Pascal Obry
Responding to myself, the issue has been introduced by: > commit a37190c4a78c9a13c66ad106db2e41a9cbd319f4 > Author: Tobias Ellinghaus > Date: Sat Jan 17 00:26:21 2015 +0100 > > Add a PDF storage + support code Maybe the change in the src/lua/luastorage.c ? Jeremy, this is probably for y

[darktable-devel] lua export broken

2015-01-23 Thread Pascal Obry
With the attached gimp lua script. Select Gimp as export. The only format supported is tiff, but it export in jpg or sometimes in exr!!! Probably due to the recent lua changes (was working yesterday IIRC). -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imag

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Le vendredi 23 janvier 2015 à 18:31 +0100, Richard Levitte a écrit : > "Normal", "Draft [Economy]" and "Best" And what is your setting? > pascal> > Btw, when I took the intermediary print (I tried cups-pdf as well) > and > pascal> > print it manually, it comes out perfect (to the limits of this

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message <1422032546.20442.82.ca...@obry.net> on Fri, 23 Jan 2015 18:02:26 +0100, Pascal Obry said: pascal> Le vendredi 23 janvier 2015 à 17:53 +0100, Richard Levitte a écrit : pascal> > In message <1422030254.20442.66.ca...@obry.net> on Fri, 23 Jan 2015 17:24:14 +0100, Pascal Obry said: pa

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Le vendredi 23 janvier 2015 à 17:53 +0100, Richard Levitte a écrit : > In message <1422030254.20442.66.ca...@obry.net> on Fri, 23 Jan 2015 17:24:14 > +0100, Pascal Obry said: > > pascal> Richard, > pascal> > pascal> > cups n00b here. How do I do that? > pascal> > pascal> http://localhost:63

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message <1422030254.20442.66.ca...@obry.net> on Fri, 23 Jan 2015 17:24:14 +0100, Pascal Obry said: pascal> Richard, pascal> pascal> > cups n00b here. How do I do that? pascal> pascal> http://localhost:631 pascal> pascal> select the [printers] tab. Select the printer in the list. In the a

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Richard, > cups n00b here. How do I do that? http://localhost:631 select the [printers] tab. Select the printer in the list. In the admin combo-box select "set options for printer" (or something like that my computer is in French). And then check all tabs for a [Color Model] (generally in firs

Re: [darktable-devel] print module

2015-01-23 Thread jmsarat
Hi Pascal, I built darktable with the modified cups_print.c. Unfortunately the prints are unchanged still enlarged and cropped to fit the paper size. It wasn't possible to build darktable with the new cups_print.c : error : implicit declaration of function ‘dt_pdf_point_to_mm’. In the print mo

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message on Fri, 23 Jan 2015 16:21:04 +0100, Pascal Obry said: pascal> Richard, pascal> pascal> > I did the former and got a pdf with a perfectly normal looking pascal> > picture, so it seems that the weird output I get is between cups and pascal> > my printer... pascal> pascal> Ok, which C

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Richard, > I did the former and got a pdf with a perfectly normal looking > picture, so it seems that the weird output I get is between cups and > my printer... Ok, which CUPS version? Double check that in the printer color-out is not set to grey-scale but properly in RGB. -- Pascal Obry /

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message on Fri, 23 Jan 2015 16:05:56 +0100, Pascal Obry said: pascal> > The output, however, keeps being... interesting (see attachment). I'm pascal> > not sure if this can be attributed to darktable or cups. Is there any pascal> > way that I can intercept the intermediary output (a PDF, r

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Richard, > Ok, layout works perfectly now... Good to hear! > The output, however, keeps being... interesting (see attachment). I'm > not sure if this can be attributed to darktable or cups. Is there any > way that I can intercept the intermediary output (a PDF, right?), > apart from commenting

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message <20150123.153953.1084115972344916457.rich...@levitte.org> on Fri, 23 Jan 2015 15:39:53 +0100 (CET), Richard Levitte said: richard> In message on Fri, 23 Jan 2015 14:46:13 +0100, Pascal Obry said: richard> richard> pascal> Richard, richard> pascal> richard> pascal> The layout sho

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message on Fri, 23 Jan 2015 14:46:13 +0100, Pascal Obry said: pascal> Richard, pascal> pascal> The layout should be fixed now. Ok, I'll have a look -- Richard Levitte rich...@levitte.org http://richard.levitte.org/ "Life is

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Richard, The layout should be fixed now. -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://v2p.fr.eu.org http://www.obry.net gpg --keyserver keys.gnupg.net --recv-key F949BD3B --

Re: [darktable-devel] Problems in color-contrast

2015-01-23 Thread Roman Lebedev
> > yes, i think you're referring to the gdk lock/signal handler code? we > should replace that.. yes, exactly, ack. Roman. On Fri, Jan 23, 2015 at 12:58 PM, johannes hanika wrote: > > > On Thu, Jan 22, 2015 at 10:07 PM, Roman Lebedev > wrote: > >> All those reports on the ML/redmine about ra

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
In message <1422012952.20442.36.ca...@obry.net> on Fri, 23 Jan 2015 12:35:52 +0100, Pascal Obry said: pascal> pascal> Richard, pascal> pascal> Just tested it and the print is fine on my side. Can you double check pascal> the CUPS queue configuration for "workroom"? Sure, if you tell me what e

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Richard, Just tested it and the print is fine on my side. Can you double check the CUPS queue configuration for "workroom"? -- Pascal Obry / Magny Les Hameaux (78) The best way to travel is by means of imagination http://v2p.fr.eu.org http://www.obry.net gpg --keyserver keys.gnupg

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Richard Levitte
Nope, it's a .CR2, you find it here (with .xmp): richard.levitte.org/~levitte/for-darktable/ In message on Fri, 23 Jan 2015 11:07:02 +0100, Pascal Obry said: pascal> Don't know! Can you send the image? Is it jpeg? pascal> pascal> Pascal Obry / Magny les Hameaux pascal> Le 23 janv. 2015 10:47,

Re: [darktable-devel] Weirdness with the print module

2015-01-23 Thread Pascal Obry
Don't know! Can you send the image? Is it jpeg? Pascal Obry / Magny les Hameaux Le 23 janv. 2015 10:47, "Richard Levitte" a écrit : > I've the weirdest thing happening... I just tested to print a picture > on my HP LJ P2015n (yeah, just black and white... it's a test > print!), and I was quite

Re: [darktable-devel] Problems in color-contrast

2015-01-23 Thread johannes hanika
On Thu, Jan 22, 2015 at 10:07 PM, Roman Lebedev wrote: > All those reports on the ML/redmine about random crashes while moving > sliders are, unfortunately, valid. > Currently we do indeed have [more? :)] random crashes e.g. when changing > sliders. > That is a aftermath of/regression due to the