Re: [Gimp-user] MacOS

2020-05-18 Thread Tres Finocchiaro via gimp-user-list
> > If you come on the IRC channel (#gimp on irc.gimp.org), you can also > discuss with this new contributor (nickname "Benitoite", and "Jehan" for > me). My workflow doesn't jive well with IRC, but I'll hop on for a bit to say hello. :) - tres.finocchi...@gmail.com On Mon, May 18, 2020 at 2:0

Re: [Gimp-user] MacOS

2020-05-18 Thread Tres Finocchiaro via gimp-user-list
I see some new patches arriving which suggests there's some new activity on the Mac port (SDK 10.9 -> 10.10), etc. I'll jump on the developer list as suggested although from what I'm seeing there's -- what appears to be -- progress so it'll be more for the purposes of familiarizing with the build

Re: [Gimp-user] Installing Gimp 2.10.18 on Mac OS using macports

2020-05-07 Thread Tres Finocchiaro via gimp-user-list
Some great dialog about this over on this thread: https://mail.gnome.org/archives/gimp-user-list/2020-April/msg00142.html I volunteered to help but have been backlogged. XQuartz is unusable in my opinion. It's a nice option, but for productivity software I've steered away from it. Anyway, the H

Re: [Gimp-user] MacOS

2020-04-24 Thread Tres Finocchiaro via gimp-user-list
Wrong article, that was my submission, here's the publshed version https://tech.slashdot.org/story/15/06/01/1241231/sourceforge-and-gimp-updated, provided for accuracy purposes only. :D - tres.finocchi...@gmail.com On Fri, Apr 24, 2020 at 4:08 PM Tres Finocchiaro wrote: > Thanks for the info.

Re: [Gimp-user] MacOS

2020-04-24 Thread Tres Finocchiaro via gimp-user-list
Thanks for the info. I'll comb the CI in the next week looking for the download. Circle-CI recently changed it's retention policy so if I need to re-fire a build, I'll jump on IRC and introduce myself. Note, I only use IRC as-needed since it requires an always-on connection or cralwing service t

Re: [Gimp-user] MacOS

2020-04-24 Thread Tres Finocchiaro via gimp-user-list
> > > he had issues with the new "hardening" rules of macOS Although I'm very familiar with notarization and stapling , the hardened runtimes require a much deeper understanding of C++, so my efforts would likely be futile. I see the build system is

Re: [Gimp-user] MacOS

2020-04-24 Thread Tres Finocchiaro via gimp-user-list
Jehan, I'm the macOS packager for LMMS. I might be able to help out in his absence. LMMS is written in Qt, so the dependency stack is much different than Gimp which is Gtk, but if there's a documented build process via MacPorts or Homebrew, I can take a swing at it. Credentials: https://github.

Re: [Gimp-user] SVG to PNG using a script

2020-04-23 Thread Tres Finocchiaro via gimp-user-list
Link to originating question: https://superuser.com/a/1545028/443147 - tres.finocchi...@gmail.com On Thu, Apr 23, 2020 at 1:51 PM Tres Finocchiaro wrote: > Ok, I got it. Had to remove all single quotes and use backslash instead > of uptick to escape the double-quotes. > > Here's a working Win

Re: [Gimp-user] SVG to PNG using a script

2020-04-23 Thread Tres Finocchiaro via gimp-user-list
Ok, I got it. Had to remove all single quotes and use backslash instead of uptick to escape the double-quotes. Here's a working Windows example: https://gist.github.com/tresf/1bd76fc8cd4a4def215c68cab990dfb1 Thanks again for the help. - tres.finocchi...@gmail.com On Thu, Apr 23, 2020 at 1:39

Re: [Gimp-user] SVG to PNG using a script

2020-04-23 Thread Tres Finocchiaro via gimp-user-list
Are there any known caveats to running these command on Windows? I'm testing the above with CMD and no matter how I run it, it pops up a dialog asking me what resolution to import the file at, I can't get it to run non-interactively. - I've tried escaping the asterisks - I've tried gimp-2.1

Re: [Gimp-user] SVG to PNG using a script

2020-04-23 Thread Tres Finocchiaro via gimp-user-list
A one-liner using Gimp and no other tools: ./gimp -i -b '(let* ((image (car (file-svg-load RUN-NONINTERACTIVE *"input.svg"* "" *72* (- 0 *400*) (- 0 *600*) 0))) (drawable (car (gimp-image-get-active-layer image (plug-in-autocrop RUN-NONINTERACTIVE image drawable) (gimp-file-save RUN-NONINTERAC

Re: [Gimp-user] SVG to PNG using a script

2020-04-21 Thread Tres Finocchiaro via gimp-user-list
el Schumacher wrote: > > > On 4/21/20 9:47 PM, Tres Finocchiaro via gimp-user-list wrote: > > > The best resource I've found is here however, attempts to run this on my > > machine are failing using GIMP 2.1.0. > > > > > http://www.jasonhardin.com/programming/201

Re: [Gimp-user] SVG to PNG using a script

2020-04-21 Thread Tres Finocchiaro via gimp-user-list
location, I'd be happy to leverage that, but the question is in >> regards to a target system with only Gimp installed, assuming it doesn't >> have Inkscape, ImageMagick Python or Perl. >> >> I'm asking how to use the gimp command line only. >> >>

Re: [Gimp-user] SVG to PNG using a script

2020-04-21 Thread Tres Finocchiaro via gimp-user-list
nly. > > - tres.finocchi...@gmail.com > > > On Tue, Apr 21, 2020 at 4:24 PM Liam R E Quin wrote: > >> On Tue, 2020-04-21 at 15:47 -0400, Tres Finocchiaro via gimp-user-list >> wrote: >> > >> > >> > I was wonder if there was a way to ut

Re: [Gimp-user] SVG to PNG using a script

2020-04-21 Thread Tres Finocchiaro via gimp-user-list
4 PM Liam R E Quin wrote: > On Tue, 2020-04-21 at 15:47 -0400, Tres Finocchiaro via gimp-user-list > wrote: > > > > > > I was wonder if there was a way to utilize Gimp's scripting system to > > convert an SVG to a PNG? > > Yes, from python, perl or sche

Re: [Gimp-user] SVG to PNG using a script

2020-04-21 Thread Tres Finocchiaro via gimp-user-list
se tools can be scripted. > > Regards. > > Guy Stalnaker > jimmyg...@gmail.com > > > On Tue, Apr 21, 2020 at 2:47 PM Tres Finocchiaro via gimp-user-list < > gimp-user-list@gnome.org> wrote: > >> Hi, >> >> I'm looking into Gimp as a viable scri

Re: [Gimp-user] SVG to PNG using a script

2020-04-21 Thread Tres Finocchiaro via gimp-user-list
Apologies, typo: Error: eval: unbound variable: file-svg Should have been: Error: eval: unbound variable: *svg-to-raster * - tres.finocchi...@gmail.com On Tue, Apr 21, 2020 at 3:47 PM Tres Finocchiaro wrote: > Hi, > > I'm looking into Gimp as a viable scripting solution for a project howeve

[Gimp-user] SVG to PNG using a script

2020-04-21 Thread Tres Finocchiaro via gimp-user-list
Hi, I'm looking into Gimp as a viable scripting solution for a project however most of the scripting references I'm finding are either sparse or dated. I was wonder if there was a way to utilize Gimp's scripting system to convert an SVG to a PNG? The best resource I've found is here however, att