[Gimp-user] FFMPEG in Windows

2007-02-06 Thread Ben Conley
I'm trying to use GAP for a school project, and need to save in MPG format.
Does the FFMPEG format exist for Windows?  I certainly don't have it if it
does.

 

Thanks

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


[Gimp-user] no more able to compile gimp from svn

2007-02-06 Thread Marco Ciampa
I'm no more able to compile gimp from svn (from cvs I always succeded..)

make
[...]
Making all in gui
make[3]: Entering directory `/home/marco/svn-gnome/gimp/trunk/app/gui'
if gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../.. -I../../app
-I../../app -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/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -I/usr/local/include
-DG_LOG_DOMAIN=\Gimp-GUI\ -pthread -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include   -DGIMP_DISABLE_DEPRECATED
-DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED
-DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -g -O2 -Wall
-Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations
-Winit-self -Wpointer-arith -MT gui.o -MD -MP -MF .deps/gui.Tpo -c -o
gui.o gui.c; \
then mv -f .deps/gui.Tpo .deps/gui.Po; else rm -f
.deps/gui.Tpo; exit 1; fi
In file included from /usr/include/dbus-1.0/dbus/dbus-glib-lowlevel.h:28,
 from gui.c:27:
/usr/include/dbus-1.0/dbus/dbus.h:30:2: error: #error Please define
DBUS_API_SUBJECT_TO_CHANGE to acknowledge your understanding that D-Bus
/hasn't reached 1.0 and is subject to protocol and API churn. See the README
for a full explanation.
make[3]: *** [gui.o] Error 1
make[3]: Leaving directory `/home/marco/svn-gnome/gimp/trunk/app/gui'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/marco/svn-gnome/gimp/trunk/app'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/marco/svn-gnome/gimp/trunk'
make: *** [all] Error 2

Any hint?

PS: GNU/Linux ubuntu edgy on PPC

-- 

Marco Ciampa

++
| Linux User  #78271 |
| FSFE fellow   #364 |
++
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] Yellow Cursor Using Mac OS X Intel

2007-02-06 Thread Kirk Tirakian

Hi,

I have tried the best I know how to change the yellow cursor color in  
GIMP.
When I open a file the cursor turns to a pale shade of yellow that is  
very hard to see.

I've tried to google for a solution too but have not had success yet.

With respect this is my second request.

Any suggestions?

I understand there is a problem (and a solution) with X11 in Mac OS X  
on an Intel Mac which is what I am using.


Thank You,

Kirk

Kirk Tirakian
[EMAIL PROTECTED]



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


Re: [Gimp-user] FFMPEG in Windows

2007-02-06 Thread Saul Goode
FFMPEG-type functionality is implemented for Windows using the FFDSHOW
codecs (http://ffdshow.sourceforge.net/tikiwiki/tiki-index.php). I do
not know whether the GAP can make use of them even if they are installed. 

Depending upon which version of the GIMP you are using, you may already
have the ability to save your frames as an uncompressed AVI video. Older
versions of GIMP-GAP require the UC-AVI plugin
(http://registry.gimp.org/plugin?id=653) to provide this functionality.
It has been hinted to me that the plugin is not necessary in the latest
releases.

You may have to use a separate program to convert your frames (saved
either as uncompressed AVI or as PNGs) to video; VirtualDub, Super,
VideoMach, AVIdemux, might be worth googling. In any event, you will
need a separate program to add a soundtrack to your video (as sound is
not available for Windows).

All of the above statements are qualified by the fact that I do not use
Windows and those who do reluct to share their experiences with using
the GAP for video.

 I'm trying to use GAP for a school project, and need to save in MPG
format.
 Does the FFMPEG format exist for Windows?  I certainly don't have it if it
 does.
 


It is amazing what you can accomplish if you do 
not care who gets the credit. -- Harry S. Truman

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


Re: [Gimp-user] FFMPEG in Windows

2007-02-06 Thread Saul Goode
FFMPEG-type functionality is implemented for Windows using the FFDSHOW
codecs (http://ffdshow.sourceforge.net/tikiwiki/tiki-index.php). I do
not know whether the GAP can make use of them even if they are installed. 

Depending upon which version of the GIMP you are using, you may already
have the ability to save your frames as an uncompressed AVI video. Older
versions of GIMP-GAP require the UC-AVI plugin
(http://registry.gimp.org/plugin?id=653) to provide this functionality.
It has been hinted to me that the plugin is not necessary in the latest
releases.

You may have to use a separate program to convert your frames (saved
either as uncompressed AVI or as PNGs) to video; VirtualDub, Super,
VideoMach, AVIdemux, might be worth googling. In any event, you will
need a separate program to add a soundtrack to your video (as sound is
not available for Windows).

All of the above statements are qualified by the fact that I do not use
Windows and those who do reluct to share their experiences with using
the GAP for video.

 I'm trying to use GAP for a school project, and need to save in MPG
format.
 Does the FFMPEG format exist for Windows?  I certainly don't have it if it
 does.
 


It is amazing what you can accomplish if you do 
not care who gets the credit. -- Harry S. Truman

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


Re: [Gimp-user] Yellow Cursor Using Mac OS X Intel

2007-02-06 Thread Axel Wernicke

Hi Kirk,

Am 07.02.2007 um 01:14 schrieb Kirk Tirakian:


Hi,

I have tried the best I know how to change the yellow cursor color  
in GIMP.
When I open a file the cursor turns to a pale shade of yellow that  
is very hard to see.

I've tried to google for a solution too but have not had success yet.
I do not have the problems you describe, although I do indeed know  
the problem and remember having had it once myself.
I'm working on a MacBook Pro with the most current OS X 10.4.8 with  
all the latest security updates and all X11 updates. Current X11.app  
version is 1.1.3.

I'm running two different versions of GIMP:
- The most recent GIMP 2.3.13 compiled by myself (with a little help  
of darwin ports)

- A recent version of GIMP.app 2.2.11 from gimp-app.sf.net
-- ups, as I start the gimp.app now I see that yellow cursor too : 
( Hmm, seems the problem is not solved by Apples updates.
Anyway, I've seen people discussing the issue on the net. Lets try  
google:


A solution is proposed here: http://www.macosxhints.com/article.php? 
story=20060316124704289query=x11

Please try it and let us know.

Greetings, lexA



With respect this is my second request.


Well, it took me about 20 seconds to find the solution with google.  
May be you could have done that too after my first hint?


Greetings, lexA



Any suggestions?

I understand there is a problem (and a solution) with X11 in Mac OS  
X on an Intel Mac which is what I am using.


Thank You,

Kirk

Kirk Tirakian
[EMAIL PROTECTED]



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


---
Remember: There are only two tools in life. WD-40, for when something  
doesn't move, and should, and Duct Tape, for when something is moving  
and it shouldn't.

So does the universe explode if you spray duct tape with WD-40?




PGP.sig
Description: Signierter Teil der Nachricht
___
Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user


[Gimp-user] smudge brush size?

2007-02-06 Thread James Lockie
I can set the Scale in the Blur tool to set the brush size but the
Smudge tool doesn't have a Scale option.
My work-around was to select a smaller brush but what is the intended way?

A big thanks to the developers because I find The GIMP comparable to
Photoshop so far.

I am using GIMP-2.3


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