Re: [Gimp-user] Cannot use function file-pdf-save-multi

2019-10-28 Thread Ofnuts
On 10/28/19 10:59 AM, renzofilini wrote: pdf_filename = "/tmp/multipage_output.pdf" pdb.file_pdf_save_multi(len(images), images_ids, False, True, False, pdf_filename, pdf_filename) Works for me (Ubuntu 16.04). In more recent release of Ubuntu, Gimp installed as a snap package is restricted by

[Gimp-user] A Surgeon' Knot Release date of 4/23/2020

2019-10-28 Thread William via gimp-user-list
William Lynes invites your attention to ASK ** A Surgeon's Knot Release Date 4/23/2020. Jackson Cooper. MD will never forget that first day, its stunning conclusion forever etched in his mind. His year as a surgical intern is filled

Re: [Gimp-user] Need SVG Path Export

2019-10-28 Thread Ofnuts
On 10/28/19 5:41 AM, gimppimp wrote: Hello, I have created an svg from a png using Adobe Illustrator and the svg shows up in firefox, I then load the SVG up in Gimp and then: Select >> All Select >> To Path Then I right click Path Selection and export Path and when I place the path into

[Gimp-user] Need SVG Path Export

2019-10-28 Thread rich404
>Hello, > >I have created an svg from a png using Adobe Illustrator and the svg >shows up in >firefox, I then load the SVG up in Gimp and then: > >Select >> All >Select >> To Path > >Then I right click Path Selection and export Path and when I place the >path into >javascript the image shows up as

[Gimp-user] Cannot use function file-pdf-save-multi

2019-10-28 Thread renzofilini
Attached file with correct formatting. >file-pdf-save-multi requires an array of image ids: >This is my python code: > ># ># PDF file-pdf-save-multi python-fu example ># TESTED ON: ># GIMP 2.10.12 Python Console ># Python 2.7.16 (default, May 28 2019, 08:10:12) [GCC 8.3.0 64 bit >(AMD64)] ># >#

[Gimp-user] Cannot use function file-pdf-save-multi

2019-10-28 Thread renzofilini
file-pdf-save-multi requires an array of image ids: This is my python code: # # PDF file-pdf-save-multi python-fu example # TESTED ON: # GIMP 2.10.12 Python Console # Python 2.7.16 (default, May 28 2019, 08:10:12) [GCC 8.3.0 64 bit (AMD64)] # # Get image array images = gimp.image_list() # #