Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-09-06 Thread LightningIsMyName
Hello, I tried the new GIMP 2.7 and now I saw what the export feature behaves like. After some thought I reached the conclusion that we should probably merge both procedures (single and multi page) into one procedure for exporting everything. However I also have 2 new additions: 1. The export para

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-25 Thread LightningIsMyName
Hello Etienne, Thanks - I haven't known that. I tried it, but I got an error saying that it's not allowed... =( Thanks anyway, I learned something new =) ~ Barak On Tue, Aug 25, 2009 at 4:30 PM, Etienne lepercq wrote: > > Notice that if your terminal access is made through ssh, and your ssh-serv

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-25 Thread Etienne lepercq
2009/8/25 LightningIsMyName > Hello, > > I have succesfully compiled GIMP 2.7 (from tarball) on linux, using a > terminal access =) > I'll be able to test GIMP itself and the new PDF plugin on Sunday, > when I get to the labs to run GIMP with a GUI. > > ~ Barak > _

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-25 Thread LightningIsMyName
Hello, I have succesfully compiled GIMP 2.7 (from tarball) on linux, using a terminal access =) I'll be able to test GIMP itself and the new PDF plugin on Sunday, when I get to the labs to run GIMP with a GUI. ~ Barak ___ Gimp-developer mailing list Gim

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-22 Thread Sven Neumann
> the problem is that the linux system I use on the computer labs at > doesn't have autogen (and some other tools required for the > compilation) installed, and in order to install it to the main > directory I need administrator rights. Is there any way to specify > other directories for tools suc

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-22 Thread LightningIsMyName
Hello, I forgot that there is a tarball (2.7 means a tarball - Yey!) - I'll try it as soon as I can. Back on topic, I'll submit the modified plugin today (I'll merge both procedures and use 2.8 api) so you can see it. ~Barak ___ Gimp-developer mailing

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-22 Thread Martin Nordholts
On 08/22/2009 12:27 PM, LightningIsMyName wrote: > the problem is that the linux system I use on the computer labs at > doesn't have autogen (and some other tools required for the > compilation) installed Ok but you should be able to build the GIMP 2.7.0 tarball at least, right? It has the API yo

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-22 Thread LightningIsMyName
Hello martin, > You don't need administrator rights to try GIMP git master, just install > into a prefix in your home dir > > git clone git://git.gnome.org/gimp > cd gimp > ./autogen.sh --prefix=/home/barak/gimp-2-7 > make > make install the problem is that the linux system I use on the computer

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-22 Thread Martin Nordholts
On 08/22/2009 11:03 AM, LightningIsMyName wrote: > I wish I could try the new branch, however I don't have a computer to > test it on with administrator rights... I need someone to package GIMP > 2.7 as a zip so I can extract and run it (The windows installer > requires administrator rights, and in

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-22 Thread LightningIsMyName
Hello Martin On Fri, Aug 21, 2009 at 10:59 PM, Martin Nordholts wrote: > A more sophisticated solution would be to have per-image export options. Not > sure if that is a good idea or not. I also don't think it's smart - If we do say that the PDF export is a global task ("In both cases the user wa

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-21 Thread Martin Nordholts
Hi Barak, Sorry for getting your name wrong in the previous mail! On 08/21/2009 09:32 PM, LightningIsMyName wrote: > The problem is that if I add the multiple paged PDF as an option to > the normal sace procedure we will have a problem when running the > plugin using GIMP_RUN_WITH_LAST_VALS. > Im

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-21 Thread LightningIsMyName
Hello Martin, The problem is that if I add the multiple paged PDF as an option to the normal sace procedure we will have a problem when running the plugin using GIMP_RUN_WITH_LAST_VALS. Imagine the following Scenario: * User has images 1 2 3 open * While image 1 is active, the user now uses the pr

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-21 Thread Martin Nordholts
On 08/21/2009 11:23 AM, LightningIsMyName wrote: > Where should I register the procedure for creating multiple paged > PDFs? I switched the plugin to use the gimp_export_dialog as part of > the new export api, but I don't know what is the correct place to > register a file saver from the menu Hi B

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-21 Thread LightningIsMyName
Hello martin, Where should I register the procedure for creating multiple paged PDFs? I switched the plugin to use the gimp_export_dialog as part of the new export api, but I don't know what is the correct place to register a file saver from the menu The problem is that I doubt it's right to have

Re: [Gimp-developer] Need feedback for the new PDF plugin

2009-08-20 Thread Martin Nordholts
On 08/20/2009 06:09 PM, LightningIsMyName wrote: > Hello, > > As requested in http://bugzilla.gnome.org/show_bug.cgi?id=382688 I > have created a PDF export plugin for GIMP. I need some feedback on it > (mainly on it's GUI) so I'm asking for it here. The plugin can be > accessed through File->Creat