[Gimp-developer] Could new version of gimp building swf?

2010-06-01 Thread Hades
Could new version of gimp building swf? 

In linux env,is there any good swf builder project ?

Thanks.

 祝 万事如意

   Hades
2010-06-01
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Could new version of gimp building swf?

2010-06-01 Thread LightningIsMyName
Hello Hadas,

2010/6/1 Hades ppm10...@163.com:
 Could new version of gimp building swf?

SWF is a very large file-format. It can do anything from showing
simple pictures, to running advanced web applications (using
actionscript). You'll need to be a bit more specific about what you
want to do with the SWF.

I don't know of any existing plugin to export SWF (static images in
SWF) from GIMP images.

 In linux env,is there any good swf builder project ?

If you want to work with SWF on linux, you should probably try libming
- http://www.libming.org/ It has many tools and utilities for working
with SWF files. You should be able to find a way to use libming to
convert static images to SWFs.

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


Re: [Gimp-developer] Could new version of gimp building swf?

2010-06-01 Thread Tobias Ellinghaus
Am Dienstag, 1. Juni 2010 schrub Hades:
 Could new version of gimp building swf?
 
 In linux env,is there any good swf builder project ?

There is a plug-in which might help:

http://my.opera.com/area42/blog/flash-swf-export-for-gimp

 Thanks.
 
  祝 万事如意
 
Hades
 2010-06-01


signature.asc
Description: This is a digitally signed message part.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Could new version of gimp building swf?

2010-06-01 Thread Chris Mohler
2010/6/1 Hades ppm10...@163.com:
 In linux env,is there any good swf builder project ?

There's also the flex SDK - but there is no GUI:
http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+4

It is quite capable if you are good with actionscript.

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


Re: [Gimp-developer] Compiling GIMP on Snow Leopard

2010-06-01 Thread Martin Nordholts
On 06/01/2010 03:10 AM, Jozef Legény wrote:
 Hello,

 after a while of searching and some trial and error, I managed to
 compile the latest git version of GIMP on Snow Leopard (with 64bit
 kernel enabled). Since I didn't find a tutorial treating this
 particular subject I have written one and posted it here :
 http://clockwork.fr/how-to-compile-gimp-271-on-snow-leopard/

 I was wondering whether anybody would have suggestions on how to
 improve on this process, especially on the two mac-specific problems
 (the twain compilation problem and the odd behavior of linking against
 libjpeg)

I've made the Mac TWAIN plug-in --without:able now at least, one 
shouldn't have to hack configure manually...

commit bc54cbfd573d6d6ea0507e93f2e79bce8d5a8af9
Author: Martin Nordholts mart...@src.gnome.org
Date:   Tue Jun 1 20:45:46 2010 +0200

 Add --without-mac-twain to configure


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


Re: [Gimp-developer] Compiling GIMP on Snow Leopard

2010-06-01 Thread Sven Neumann
On Tue, 2010-06-01 at 03:10 +0200, Jozef Legény wrote:

 when I tried to compile GIMP without installing libjpeg from source
 (and thus into /usr/local/lib) it complained about not being able to
 find the library even though other libraries (like glib, gtk or tiff)
 didn't seem to have problems. I did add the correct -I and -L flags to
 CFLAGS and LDFLAGS variables

Please be more specific and send us information about how exactly you
call ./configure and what the exact error is (including the relevant
parts from config.log).

 for the twain i join the compiler output at the end of this message,
 since I don't have a scanner I found it easier to just disable it by
 force

Yeah, the TWAIN issue is known and we are hoping that someone will
finally send a patch to address it.

 Finally, I'd be more than happy to create an application bundle if
 someone could point me to a good tutorial on howto create those. (if
 there is a point of a bundle for the development release)

Just out of interest, are you building against GTK+ compiled with the
native Quartz backend or are you still using X11 for this?


Sven


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


Re: [Gimp-developer] Compiling GIMP on Snow Leopard

2010-06-01 Thread Jozef Legény
On Tue, Jun 1, 2010 at 22:05, Sven Neumann s...@gimp.org wrote:

 Please be more specific and send us information about how exactly you
 call ./configure and what the exact error is (including the relevant
 parts from config.log).

The call to configure I use is :

./configure --prefix=/opt/gimp-2.7 --disable-mmx

and the resulting error is

checking for jpeg_destroy_decompress in -ljpeg... yes
checking for jpeglib.h... no (Can't include jpeglib.h)
configure: error:
*** Checks for JPEG library failed. You can build without it by passing
*** --without-libjpeg to configure but you won't be able to use JPEGs then.


The relevant part from config.log is :

configure:18298: checking for jpeg_destroy_decompress in -ljpeg
configure:18323: gcc -o conftest -I/opt/local/include -Wall
-Wdeclaration-after-statement -Wmissing-prototypes -Wstrict-prototypes
-Wmissing-declarations -Winit-self -Wpointer-arith
-Wold-style-definit$
conftest.c:65: warning: function declaration isn't a prototype
conftest.c:68: warning: function declaration isn't a prototype
conftest.c: In function 'main':
conftest.c:68: warning: old-style function definition
configure:18323: $? = 0
configure:18332: result: yes
configure:18343: checking for jpeglib.h
configure:18355: gcc -E  conftest.c
conftest.c:64:21: error: jpeglib.h: No such file or directory

I do, however, have jpeglib.h in /opt/local/include folder (just where
libtiff, which works, is). When I install libjpeg to /usr/local/lib
the problem solves itself.

 Just out of interest, are you building against GTK+ compiled with the
 native Quartz backend or are you still using X11 for this?

As for the GTK+, I'm using the X11 version. I also tried compiling
stable GIMP with the GTK+ with Quartz backend using MacPorts (and
succeeded), however text was displayed incorrectly (squares instead of
characters). I've tried to find a way to solve this issue (probably
coming from quartz backend for pango) but was unsuccessful.

I will try to recompile GTK+ again with the Quartz support, but I need
to find a way to isolate it from the rest of my environment since I do
need functional GTK+ on daily basis.
___
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Compiling GIMP on Snow Leopard

2010-06-01 Thread Sven Neumann
On Tue, 2010-06-01 at 22:51 +0200, Jozef Legény wrote:

 The call to configure I use is :
 
 ./configure --prefix=/opt/gimp-2.7 --disable-mmx
 
 and the resulting error is
 
 checking for jpeg_destroy_decompress in -ljpeg... yes
 checking for jpeglib.h... no (Can't include jpeglib.h)
 configure: error:
 *** Checks for JPEG library failed. You can build without it by passing
 *** --without-libjpeg to configure but you won't be able to use JPEGs then.

Well, did you add -I/opt/local/include to CPPFLAGS before calling the
configure script?


Sven


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


Re: [Gimp-developer] Compiling GIMP on Snow Leopard

2010-06-01 Thread Jozef Legény
On Tue, Jun 1, 2010 at 23:58, Sven Neumann s...@gimp.org wrote:

 Well, did you add -I/opt/local/include to CPPFLAGS before calling the
 configure script?

Actually, I didn't, just tried it and it worked. Thank you.

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


[Gimp-developer] Gimp UX: Paste

2010-06-01 Thread Jason Simanek
Hi,

Has there been any discussion about doing away with the 'floating 
selection' quasi-layer that occurs after copy/pasting in Gimp? I don't 
mean to compare the Gimp to Photoshop, but it seems like this is a place 
where Photoshop does the right thing: when graphics are copy/pasted a 
new layer is created. In my experience the floating selection 
quasi-layer has little or no usefulness.

A new layer is non-destructive. Why is there a need for this other type 
of layer? The name 'floating selection' isn't even accurate. This is a 
collection of pixels. It is not a selection. A selection is an ephemeral 
mask not a collection of specific pixels.

What would be best, I think, is that a new layer would automatically be 
created after pasting and that this new layer, rather than appearing at 
the top of the layer stack, would be created directly above the 
currently active layer.

While I'm at it I also recommend that layer boundaries should be 
disposed of. They only add confusion. A layer should be apparently 
without dimension and should be masked only by the canvas. The current 
way of doing things is confusing. If a boundary smaller than the canvas 
is desired a layer mask should be used. Currently I am confused about 
the relationship between layer boundaries and layer masks. They seem to 
be the same thing.

Thanks for listening. If a discussion about these issues has already 
taken place, please provide URLs to those discussions. I have no 
intention of reopening discussions that have already been resolved.

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