Re: Inverting command line session colours

2019-02-09 Thread Laura Lazzati
Hi! Thank you Bruno for helping. > Björn Höfling writes: > > > Conclusion: As a quick workaround, you can add another pipe and use > > convert twice I also tried with your example and made it work in my Makefile. BUT the typography kind of changed Weird again, Stayed up late trying to solve it. >

Re: Inverting command line session colours

2019-02-09 Thread Ricardo Wurmus
Björn Höfling writes: > Conclusion: As a quick workaround, you can add another pipe and use > convert twice. > > But there should be a way to do it in one way. ImageMagick is a bit > tricky in that. I have no idea for now. My guess is that it doesn’t work the first time around because the back

Re: Inverting command line session colours

2019-02-08 Thread Laura Lazzati
Go to bed Bruno :) I will be writing another mail, and answer back this one. but go to bed! your intern will tell Sage, you have to recover from your cold. On Fri, Feb 8, 2019 at 8:44 PM Björn Höfling wrote: > > Hi Laura, > > this kept me awake, I had to open my laptop again :-) > > On Fri, 8 Feb

Re: Inverting command line session colours

2019-02-08 Thread Björn Höfling
Hi Laura, this kept me awake, I had to open my laptop again :-) On Fri, 8 Feb 2019 19:53:50 -0300 Laura Lazzati wrote: > Hi! > > convert xyz.ps -background white -flatten -negate xyz.png > I had already tried the -negate before but didn't work, I only got > full white pngs (the text turned wh

Re: Inverting command line session colours

2019-02-08 Thread Laura Lazzati
Hi! > convert xyz.ps -background white -flatten -negate xyz.png I had already tried the -negate before but didn't work, I only got full white pngs (the text turned white) I am running imagemagick6.9.10-14 this is the rule: -starts (VIDEO)/$(LOCALE_LANG)/out/$(SESSIO

Re: Inverting command line session colours

2019-02-08 Thread Gábor Boskovits
Hello Laura, > I am having trouble inverting the colours of the command line session > videos. They should be black in the foreground with white text. > Gábor, I guess you solved that, could you remind me how you did it? > There was a link with -negate in convert but did not work for me. > Here i

Inverting command line session colours

2019-02-08 Thread Laura Lazzati
Hi Guix! I am having trouble inverting the colours of the command line session videos. They should be black in the foreground with white text. Gábor, I guess you solved that, could you remind me how you did it? There was a link with -negate in convert but did not work for me. Regards :) Laura