Re: [Gimp-user] Svg Files

2020-03-22 Thread John Griessen

On 3/20/20 4:38 PM, Shlomi Fish wrote:

       I was hoping to have to avoid learning a new design program it’s taken
me 6 years to get a good firm grasp of gimp. I wish they would release a new
plugin for svg thank you


Adobe offers two programs for raster and vector...  It's too fundamental a difference to "just convert" between the two.  That's 
also why the UI for raster and vector are going to be different no matter what.

So, studying inkscape is your path forward.

___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] 2.10 RC2 copy paste

2018-04-24 Thread John Griessen

I am seeing a change in behavior from 2.9 when copying and pasting.
The pasted image shows a "draggable" icon, but gets anchored in place as soon 
as I mouse click left on it.

If I edit and save in various combinations it becomes paste-then-drag able.

If this is a bug, what kind of test case would you want to be able to recreate 
it?
2 small image files that show it?
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] compile help

2018-04-18 Thread John Griessen

On 04/18/2018 05:28 AM, Michael Schumacher wrote:

./configure --prefix=/usr/local

You should use a different prefix.


./configure --prefix=/usr/local/gimp
gets me a good GUI from any working dir.

How do I get rid of this message:

Missing fast-path babl conversion detected, Implementing missing babl fast paths
accelerates GEGL, GIMP and other software using babl, warnings are printed on
first occurance of formats used where a conversion has to be synthesized
programmatically by babl based on format description

Configure passed saying babl installed...

https://gist.github.com/jgriessen/5929128a744654944753d5f1e88d5abe

checking for recommended xgettext version (>= 0.19)... yes
checking for iso-codes... yes
checking for BABL... yes
checking for GEGL... yes
checking for ATK... yes
checking for pkg-config... (cached) /usr/bin/pkg-config
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


Re: [Gimp-user] compile help

2018-04-18 Thread John Griessen

On 04/18/2018 05:28 AM, Michael Schumacher wrote:

./configure --prefix=/usr/local

You should use a different prefix.

such as --prefix=/usr/local/gimp-2.10
?

Thanks,

--
John Griessen
industromatic.com  Austin TX  building lab gear for biologists
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list


[Gimp-user] compile help

2018-04-18 Thread John Griessen

what does it mean when you get this:

gimp: symbol lookup error: gimp: undefined symbol: 
gimp_convert_dither_type_compat_get_type

attempting to run the install,
and the GUI comes up when running in the build dir:

./app/gimp-2.10

To build, I ran this configure command:

./configure --prefix=/usr/local --datarootdir=/usr/local/share
___
gimp-user-list mailing list
List address:gimp-user-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list
List archives:   https://mail.gnome.org/archives/gimp-user-list