[Gimp-user] Configuring paper sizes

2007-02-13 Thread Norman Walsh
I have a bunch of Epson 4x6 paper left over from an earlier project.
It's not exactly 4x6, it's a little bigger and perforated around the
edges so that the Epson could print borderless prints without
actually being able to print, you know, borderless prints :-)

I've now got a Canon i9900.

I'd like to use the Epson paper, is there any way to configure GIMP so
that it'll print on the right section of the Epson paper?

Be seeing you,
  norm

-- 
Norman Walsh [EMAIL PROTECTED] | We're all in this alone.--Lily Tomlin
http://nwalsh.com/| 


pgpA4uQr5XrXQ.pgp
Description: PGP signature
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] plugins for photographers

2007-01-23 Thread Norman Walsh
/ Alexander Rabtchevich [EMAIL PROTECTED] was heard to say:
| 3. refocus (do not mix with refocus-it) plugin to add natural sharpness 
| to images (it uses other technique than sharpening).

Hmm. The 0.9.0 release seems to be from 2003 and doesn't compile with
GIMP 2.2.13. Is there a more recent version?

Making all in src
make[1]: Entering directory `/usr/local/src/refocus-0.9.0/src'
gcc -DPACKAGE=\refocus\ -DVERSION=\0.9.0\ -DSTDC_HEADERS=1 -DHAVE_ERF=1  
-I. -I.  -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   -I/usr/include/gimp-2.0 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I ../lib-Wall -ansi -pedantic -ggdb 
-fomit-frame-pointer -O3 -funroll-all-loops -c refocus.c
In file included from /usr/include/gtk-2.0/gtk/gtk.h:170,
 from refocus.c:28:
/usr/include/gtk-2.0/gtk/gtktextbuffer.h:52: warning: ISO C restricts 
enumerator values to range of ‘int’
/usr/include/gtk-2.0/gtk/gtktextbuffer.h:53: warning: ISO C restricts 
enumerator values to range of ‘int’
/usr/include/gtk-2.0/gtk/gtktextbuffer.h:55: warning: ISO C restricts 
enumerator values to range of ‘int’
In file included from refocus.c:32:
gimppreview.h:36:1: warning: GIMP_PREVIEW redefined
In file included from /usr/include/gimp-2.0/libgimpwidgets/gimpwidgets.h:55,
 from /usr/include/gimp-2.0/libgimp/gimpui.h:25,
 from gimppreview.h:29,
 from refocus.c:32:
/usr/include/gimp-2.0/libgimpwidgets/gimppreview.h:34:1: warning: this is the 
location of the previous definition
In file included from refocus.c:32:
gimppreview.h:37:1: warning: GIMP_PREVIEW_CLASS redefined
In file included from /usr/include/gimp-2.0/libgimpwidgets/gimpwidgets.h:55,
 from /usr/include/gimp-2.0/libgimp/gimpui.h:25,
 from gimppreview.h:29,
 from refocus.c:32:
/usr/include/gimp-2.0/libgimpwidgets/gimppreview.h:35:1: warning: this is the 
location of the previous definition
In file included from refocus.c:32:
gimppreview.h:38:1: warning: GIMP_IS_PREVIEW redefined
In file included from /usr/include/gimp-2.0/libgimpwidgets/gimpwidgets.h:55,
 from /usr/include/gimp-2.0/libgimp/gimpui.h:25,
 from gimppreview.h:29,
 from refocus.c:32:
/usr/include/gimp-2.0/libgimpwidgets/gimppreview.h:36:1: warning: this is the 
location of the previous definition
In file included from refocus.c:32:
gimppreview.h:39:1: warning: GIMP_IS_PREVIEW_CLASS redefined
In file included from /usr/include/gimp-2.0/libgimpwidgets/gimpwidgets.h:55,
 from /usr/include/gimp-2.0/libgimp/gimpui.h:25,
 from gimppreview.h:29,
 from refocus.c:32:
/usr/include/gimp-2.0/libgimpwidgets/gimppreview.h:37:1: warning: this is the 
location of the previous definition
In file included from refocus.c:32:
gimppreview.h:40: error: redefinition of typedef ‘GimpPreview’
/usr/include/gimp-2.0/libgimpwidgets/gimpwidgetstypes.h:83: error: previous 
declaration of ‘GimpPreview’ was here
gimppreview.h:41: error: redefinition of typedef ‘GimpPreviewClass’
/usr/include/gimp-2.0/libgimpwidgets/gimppreview.h:41: error: previous 
declaration of ‘GimpPreviewClass’ was here
gimppreview.h:45: error: redefinition of ‘struct _GimpPreviewClass’
gimppreview.h:54: error: redefinition of ‘struct _GimpPreview’
refocus.c:60: warning: initialization from incompatible pointer type
refocus.c: In function ‘run’:
refocus.c:134: error: ‘GimpRunModeType’ undeclared (first use in this function)
refocus.c:134: error: (Each undeclared identifier is reported only once
refocus.c:134: error: for each function it appears in.)
refocus.c:134: error: expected ‘;’ before ‘run_mode’
refocus.c:135: warning: ISO C90 forbids mixed declarations and code
refocus.c:143: error: ‘run_mode’ undeclared (first use in this function)
refocus.c:189: error: ‘GimpDrawable’ has no member named ‘id’
refocus.c:190: error: ‘GimpDrawable’ has no member named ‘id’
refocus.c: In function ‘preview_callback’:
refocus.c:414: error: ‘GimpDrawable’ has no member named ‘id’
refocus.c: In function ‘doit’:
refocus.c:611: error: ‘GimpDrawable’ has no member named ‘id’
refocus.c:621: error: ‘GimpDrawable’ has no member named ‘id’
refocus.c:622: error: ‘GimpDrawable’ has no member named ‘id’
make[1]: *** [refocus.o] Error 1
make[1]: Leaving directory `/usr/local/src/refocus-0.9.0/src'
make: *** [all-recursive] Error 1

Be seeing you,
  norm

-- 
Norman Walsh [EMAIL PROTECTED] | To probe a hole we first use a straight
http://nwalsh.com/| stick to see how far it takes us. To
  | probe the visible world we use

Re: [Gimp-user] Startup layout

2006-06-06 Thread Norman Walsh
Is this really not possible?

/ Norman Walsh [EMAIL PROTECTED] was heard to say:
| When Gimp starts, it displays the main menu panel and the Layers,
| Channels, ... panel. Is there anyway that I can get it to
| automatically display the File-Layer-Colors menu also? I can pin
| it to the desktop for a session, but it'd be a lot less tedious if I
| didn't have to do that every time I started Gimp.

Be seeing you,
  norm

-- 
Norman Walsh [EMAIL PROTECTED] | Everything should be made as simple as
http://nwalsh.com/| possible, but no simpler.


pgpuDNnkQNiin.pgp
Description: PGP signature
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Startup layout

2006-05-31 Thread Norman Walsh
When Gimp starts, it displays the main menu panel and the Layers,
Channels, ... panel. Is there anyway that I can get it to
automatically display the File-Layer-Colors menu also? I can pin
it to the desktop for a session, but it'd be a lot less tedious if I
didn't have to do that every time I started Gimp.

Be seeing you,
  norm

-- 
Norman Walsh [EMAIL PROTECTED] | Man is the only animal who causes pain
http://nwalsh.com/| to others with no other object than
  | wanting to do so.-- Schopenhauer


pgpXVBjtjx5bM.pgp
Description: PGP signature
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user