[Gimp-developer] finding plug-in prototypes

2007-02-28 Thread D. Stimits
g if there is a reference web page somewhere which might list the functions used in plug-ins (especially python-related) which are not explicitly listed in the PDB or help menus of gimp? I'm especially interested in gimp.Image and gimp.Drawable. Thanks, D. Stimits, stimit

[Gimp-developer] memory manage in python-fu

2007-03-11 Thread D. Stimits
memory, I'm wondering if the hard drive simply was too slow responding. It's a laptop, running with core duo, entirely in ram. The drive is thus much slower than the ability to consume ram. How does gimp determine that there is no space left on the device...is it a timeout in a

Re: [Gimp-developer] memory manage in python-fu

2007-03-13 Thread D. Stimits
erwise, just have a loop intentionally create 800x800 images without deleting, expect it to run out of resources, but see if it does it in the way expected...mine ran out of resources LONG before the system was even stressed slightly. Again, I suspect the slow laptop hard driv

Re: [Gimp-developer] Print plugin

2007-07-22 Thread D. Stimits
he print industry is that more options on compression formats and font embedding (perhaps not relevant for gimp) would be appropriate. D. Stimits, stimits AT comcast DOT net ___ Gimp-developer mailing list Gimp-developer@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Re: [Gimp-developer] Print plugin

2007-07-23 Thread D. Stimits
e is easier maintenance, common code set, etc. Quite likely it would result in better reuse of code. If you want a final answer, you're going to have to know who uses alpha in a PDF which is intended to be in its final form, and not as an intermediate product of editing. Newer PDF format

Re: [Gimp-developer] Print plugin

2007-07-23 Thread D. Stimits
Sven Neumann wrote: >Hi, > >On Sun, 2007-07-22 at 14:43 -0600, D. Stimits wrote: > > > >>For me, it is a serious problem. I work in the print industry, typically >>creating PostScript drivers. The PS output is quite good quality, and >>every conversion gene