[Gimp-user] Time to stick a fork in the GIMP?

2006-03-11 Thread wayne
http://software.newsforge.com/article.pl?sid=06/03/07/1813207

Saw the above article on Newsforge.

Wayne
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


Re: [Gimp-user] Placement of pasted selections

2006-01-13 Thread wayne
On Thursday 29 December 2005 02:57 pm, Owen wrote:

 This probably comes up as a new thread as I don't have the original,
 this is off the archives

 Tristan Miller did write;

  Say I have two images of the same size (9952×7016) open.  I select an
  arbitrary region from the first image and Edit-Copy it.  Then I
  switch to the second image and Edit-Paste.  Unfortunately, GIMP seems
  to put the selection wherever it wants; I would rather it appear in
  the exact same place as in the original image.  Since the images are
  so big, it's difficult for me to drag the selection with the mouse to
  the exact spot it should appear.  Is there some way I can modify
  GIMP's default selection placement behaviour?

 I think this is repeatable


 1. Image 1 - Make selection
 2. Selection to Path
 3. Export Path
 4. Go to second Image, make new tranparent layer
 5. Import Path
 6. Path to Selection
 7. Go to image one and cut out selection
 8. Go to image 2, paste into transparent layer

 That places it in exactly the same spot as in image one


Isn't there a simpler way? Like select, cut, paste.

Wayne
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Compiling refocus

2005-08-04 Thread wayne
I tried to compile the refocus plugin but failed. Can anyone translate this 
and tell me what I'm missing? I'm running GIMP 2.2.4. Here's the output 
from ./configure:

$ ./configure
loading cache ./config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... (cached) yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc3... no
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for ranlib... (cached) ranlib
checking for clapack_dgesv in -llapack... (cached) no
using unoptimized lapack in lib
checking for gimptool... (cached) no
checking for GIMP - version = 1.2.0... no
*** The gimptool script installed by GIMP could not be found
*** If GIMP was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GIMPTOOL environment variable to the
*** full path to gimptool.
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GTK+ - version = 2.0.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for 
the
*** exact error that occured. This usually means GTK+ was incorrectly 
installed
*** or that you have moved GTK+ since it was installed. In the latter case, 
you
*** may want to edit the pkg-config script: /usr/bin/pkg-config
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version = 2.0.0... yes (version 2.6.3)
checking for gtkdoc-mkdb... (cached) false
checking for erf in -lm... (cached) yes
creating ./config.status
creating Makefile
creating src/Makefile
creating lib/Makefile
creating doc/Makefile
creating gtk-doc/Makefile


Here's my config.log file:

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:573: checking for a BSD compatible install
configure:626: checking whether build environment is sane
configure:683: checking whether make sets ${MAKE}
configure:729: checking for working aclocal
configure:742: checking for working autoconf
configure:755: checking for working automake
configure:768: checking for working autoheader
configure:781: checking for working makeinfo
configure:798: checking for gcc
configure:911: checking whether the C compiler (gcc  ) works
configure:927: gcc -o conftestconftest.c  15
configure:953: checking whether the C compiler (gcc  ) is a cross-compiler
configure:958: checking whether we are using GNU C
configure:986: checking whether gcc accepts -g
configure:1020: checking for gcc3
configure:1053: checking how to run the C preprocessor
configure:1133: checking for ANSI C header files
configure:1239: checking for ranlib
configure:1271: checking for clapack_dgesv in -llapack
configure:1377: checking for gimptool
configure:1412: checking for GIMP - version = 1.2.0
configure:1644: checking for pkg-config
configure:1692: checking for GTK+ - version = 2.0.0
configure:1844: gcc -o conftest -g -O2conftest.c   15
configure:1836:21: gtk/gtk.h: No such file or directory
configure: In function `main':
configure:1840: error: `gtk_major_version' undeclared (first use in this 
function)
configure:1840: error: (Each undeclared identifier is reported only once
configure:1840: error: for each function it appears in.)
configure:1840: error: `gtk_minor_version' undeclared (first use in this 
function)
configure:1840: error: `gtk_micro_version' undeclared (first use in this 
function)
configure: failed program was:
#line 1834 configure
#include confdefs.h

#include gtk/gtk.h
#include stdio.h

int main() {
 return ((gtk_major_version) || (gtk_minor_version) || 
(gtk_micro_version));
; return 0; }
configure:1905: checking for pkg-config
configure:1955: checking for GLIB - version = 2.0.0
configure:2069: gcc -o conftest  -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include conftest.c -lglib-2.015
configure:2177: checking for gtkdoc-mkdb
configure:2278: checking for erf in -lm

Thanks,
Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Compiling refocus

2005-08-04 Thread wayne
On Thursday 04 August 2005 07:00 am, Raphaël Quinet wrote:

 On Thu, 04 Aug 2005 06:15:38 -1000, wayne [EMAIL PROTECTED] wrote:
  I tried to compile the refocus plugin but failed. Can anyone translate
  this and tell me what I'm missing? I'm running GIMP 2.2.4. Here's the
  output from ./configure:

 [...]

  checking for gimptool... (cached) no
  checking for GIMP - version = 1.2.0... no
  *** The gimptool script installed by GIMP could not be found
  *** If GIMP was installed in PREFIX, make sure PREFIX/bin is in
  *** your path, or set the GIMPTOOL environment variable to the
  *** full path to gimptool.
  checking for pkg-config... (cached) /usr/bin/pkg-config
  checking for GTK+ - version = 2.0.0... no
  *** Could not run GTK+ test program, checking why...

 [...]

  configure:1836:21: gtk/gtk.h: No such file or directory

 [...]

 It is very likely that you have not installed the development
 packages on your system (probably called gtk-devel, gimp-devel
 or something similar).  These packages contain the header files
 such as gtk.h that are necessary for compiling programs.

 If you have these files because you have compiled and installed
 these libraries from sources, then you may have to tell
 pkg-config where to find them (using PKG_CONFIG_PATH).

 -Raphaël

Still haven't been able to compile refocus.
I tried installing libgtkmm.2.4_1-devel-2.6.1-1mdk  and 
libgtk+1.2-devel-1.2.10-41mdk but so far no change.

$ ./configure
creating cache ./config.cache
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... found
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc3... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for ranlib... ranlib
checking for clapack_dgesv in -llapack... no
using unoptimized lapack in lib
checking for gimptool... no
checking for GIMP - version = 1.2.0... no
*** The gimptool script installed by GIMP could not be found
*** If GIMP was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GIMPTOOL environment variable to the
*** full path to gimptool.
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version = 2.0.0... yes (version 2.6.4)
checking for pkg-config... (cached) /usr/bin/pkg-config
checking for GLIB - version = 2.0.0... yes (version 2.6.3)
checking for gtkdoc-mkdb... false
checking for erf in -lm... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
creating lib/Makefile
creating doc/Makefile
creating gtk-doc/Makefile


Here's my make install-bin

$ make install-bin
cd src; make install-bin
make[1]: Entering directory `/home/wayne/rpm/refocus-0.9.0/src'
gcc -DPACKAGE=\refocus\ -DVERSION=\0.9.0\ -DSTDC_HEADERS=1 -DHAVE_ERF=1  
-I. -I.  -DXTHREADS -D_REENTRANT -DXUSE_MTSAFE_API -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 
-I/usr/include/pango-1.0 -I/usr/include/freetype2 
-I/usr/include/freetype2/freetype2 
-I/usr/include/freetype2/freetype2/config -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
refocus.c:27:26: libgimp/gimp.h: No such file or directory
In file included from refocus.c:32:
gimppreview.h:29:28: libgimp/gimpui.h: No such file or directory
In file included from refocus.c:32:
gimppreview.h:58: error: syntax error before GimpDrawable
gimppreview.h:58: warning: no semicolon at end of struct or union
gimppreview.h:75: error: syntax error before '}' token
gimppreview.h:75: warning: ISO C does not allow extra `;' outside of a 
function
gimppreview.h:111: error: syntax error before '*' token
gimppreview.h:112: error: syntax error before '*' token
gimppreview.h:119: error: syntax error before GimpImageType
gimppreview.h:124: error: syntax error before GimpImageType
In file included from refocus.c:34:
prevman.h:45: error: syntax error before GimpDrawable
prevman.h:45: warning: no semicolon at end of struct or union
prevman.h:45: warning: no semicolon at end of struct or union
prevman.h:45: warning: no semicolon at end of struct or union
prevman.h:46: warning: type defaults to `int' in declaration of `pixel_rgn'
prevman.h:46: error: ISO C forbids data definition with no type or storage 
class
prevman.h:48: warning: type defaults to `int' in declaration of `drw'
prevman.h:48: error: ISO C forbids data definition with no type or storage 
class
prevman.h:54: error: syntax error before '}' token

[Gimp-user] paste problem

2005-06-13 Thread wayne
When I cut from one layer and paste to another, GIMP pastes the selection 
in the center of the image instead of the same position where I cut it 
from on the previous layer. Is there a configuration switch somewhere that 
would change this behavior?

Thanks,
Wayne
GIMP 2.2.4
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] descreening plugin?

2005-06-03 Thread wayne
Are there any descreening plugins for the GIMP? I need to display some 
scanned images from printed material and would like to get rid of the dots 
if at all possible. I have a descreening filter on my scanner but it 
doesn't work very well. It needs some help.

Thanks,
Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Batch converter for web optmisation

2005-05-03 Thread wayne
On Sunday 01 May 2005 07:46 am, Stefan Frings wrote:

 Hello,

 I like to optimize more than 100 photos (jpeg, 640x480) for web publishing.
 I noticed thet the files are much smaller when I simply load and overwrite
 them with gimp with very minor loss of quality.

 I woul dlike to do this with all my pictures in an automatic batch job. Ho
 can I do this?

 If there is another nice Linux program, then this would also be ok for me
 but I assume that Gimp can do it - I assume that Gimp can do everything:-)


Take a look at Digikam: 
http://digikam.sourceforge.net/Digikam-SPIP/rubrique.php3?id_rubrique=6

It can handle batch processes, though perhaps not as fast as a command line 
program.

Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Gimp/Gimpshop poll

2005-04-29 Thread wayne
Just noticed that pclinuxonline.com is having a poll where members choose 
between GIMP and GIMPSHOP. So far, it's running close to 50-50.

Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] Install

2005-04-04 Thread wayne
On Sunday 03 April 2005 08:54 am, GR Kumaran wrote:

 Hello,

 Can anyone give me the address or steps on how to install Gimp in
 MandrakeLinux?  I had downloaded the RPM from Fedora, but I could not
 install it, when I do 'rpm -i ..'.Here the questions is,
 actually I am very new to Linux.  So here I now request someone to
 help.

 Thanks,
 R. Kumaran


I installed the GimpShop rpm from a link on the page below and it worked for 
my Mandrake 10.1 system. It's uses Gimp version 2.2.4.

http://plasticbugs.com/index.php?p=241

It's a hacked version of Gimp but seems to have all of the functionality and 
new features of Gimp. Just enter gimp to start it.

Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] GimpShop

2005-04-01 Thread wayne
Anyone tried GimpShop yet? Just wondering what the buzz is all about.

http://plasticbugs.com/index.php?p=241

Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] GimpShop

2005-04-01 Thread wayne
On Friday 01 April 2005 05:06 pm, Tom Williams wrote:

 Eric Pierce wrote:
  I tried it and didn't see any changes to the interface.  GimpShop only
  rearranges the menu structure to emulate Photoshop's a little closer.
 
  It's really meant for a PS user who is transitioning to the Gimp.  If
  you're familar w/the Gimp, there's no need to use it (correct me if I'm
  wrong).
 
  Eric P.

 Yeah, you're right but what concerns me is this kind of interface will
 cause people to view The Gimp as a free PhotoShop vs The Gimp.  It it
 looks like a duck and quacks like a duck... you get the idea. :)

 I wonder if this will actually go anywhere.  :)

 Peace...

 Tom

One thing good about GimpShop is that I am now able to run Gimp 2.2.4. Have 
not been able to install a RPM successfully till now.

Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] monitors good linux photo_viewer_manager

2005-01-22 Thread wayne
On Friday 21 January 2005 07:55 am, Gracia M. Littauer wrote:

 Also a good linux photo manager?...Pixie seems to have bit the dust.

Try the latest version of digikam. 
You can get it at http://digikam.sourceforge.net/Digikam-SPIP/

I like it better than Gthumb or GQview.

Wayne
___
Gimp-user mailing list
Gimp-user@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] renaming the gimp

2004-11-07 Thread Wayne Maeda
On Saturday 06 November 2004 11:08 pm, Gezim Hoxha wrote:

 I find the name GIMP not very attractive and I think
 if we want to market the GIMP we need to do something
 about this name (i.e. change it).

How about we call it SNOT or PHLEGM?
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


Re: [Gimp-user] crop window in 2.0.0

2004-11-06 Thread Wayne Maeda
On Saturday 06 November 2004 01:19 am, Michael Schumacher wrote:

 Wayne Maeda wrote:
  I'm using 2.0.0 now and can't figure out how to configure it so
  that the crop window is out of the way and not blocking the image
  everytime I use crop. It's very irritating. Any clues?

 You move it to the desired location once, and it will remeber this
 setting. Works fine with any decent window manager, and even on
 Win32.

 HTH,
 Michael

Well, I've been moving it all over the screen each time I use crop and 
that doesn't seem to work. The crop window pops up in the middle of 
the screen every time I use it. I guess an upgrade is in order.

Thanks,
Wayne
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] crop window in 2.0.0

2004-11-05 Thread Wayne Maeda
I'm using 2.0.0 now and can't figure out how to configure it so that 
the crop window is out of the way and not blocking the image 
everytime I use crop. It's very irritating. Any clues?

Thanks,
Wayne
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Gimp CinePaint

2004-05-03 Thread Wayne Maeda
There's an interesting article about the GIMP, CinePaint, and the CinePaint 
developers here:

http://www.linuxdevcenter.com/pub/a/linux/2004/04/29/cinepaint.html
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Gimp on Slashdot

2004-04-30 Thread Wayne Maeda
There's a new posting on Slashdot (slashdot.org) about how the GIMP compares 
to Photoshop;The Gimp from the Eyes of a Photoshop User. 
Note the lng comment thread of complaints about GIMP's UI that follows.

Wayne
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Linescreen filter?

2003-08-19 Thread Wayne Maeda
Is there a filter that will make a halftone image look like a newspaper image 
(made up of a fine structured pattern of dots)? I need to do some newspaper 
ads but have not been able to find a way set the linescreen in my images. 
I've tried various dithering techniques without success. What I'm looking for 
is the type of output that a Postscript printer is capable of: being able to 
set the angle and frequency of the dots in the image.

Thanks,
Wayne
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] paintbrush outline

2003-06-24 Thread Wayne Maeda
Is there any way to make the outline of the paintbrush (and/or eraser) visible 
during edits? Is this physically possible?

Thanks,
Wayne
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user


[Gimp-user] Gimp Red Eye Plugin

2003-06-06 Thread Wayne Maeda
Has anyone tried this plug-in yet? Couldn't figure out how to use it even with 
the instructions.

http://pclinuxonline.com/modules.php?name=Newsfile=articlesid=6870

Wayne
___
Gimp-user mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user