Adam wrote:
> Like in the following, which the Procedure Browser
> says should be;
> num_images INT32 The number of Images open
> image_ids INT32ARRAY The list of images currently open
>
> => (gimp-image-list)
> (1 #(2)#1"02")
>
>
> so, #(2)#1"02"
> is a single entry array of the imag
Guillaume Bonillo wrote:
> What i want to do is open pictures from a directory and apply a very
> simple macro.
>
> I can do it manually with the following steps :
> - open image "the_image.jpg".
> - save as the_image_with_thumbnail.jpg
> - choose options : q = 0.85 , progressive
On Wed, 2007-05-23 at 22:47 -0500, DJ wrote:
> The script, "Text Circle" (Xtns -> Script-Fu -> Logos -> Text Circle)
> just stops.
[snip]
> So how does one encode a special character, like the
> copyright, for this script, written in Scheme, that requires UTF-8
> encoding?
The Script-Fu plug-in wh
Suin Edit wrote:
> I use powerpoint generate a presentation and add some
> arrows (outlined) and text on it. But when I use
> powerpoint save as png, or jpg and view it on
> Microsoft Office Picture manage and zoom in/out, all
> characters
> and arrows displayed smoothly.
>
> But when I use gim
Jon Cosby wrote:
> How about providing a link to the article? The only mention of Gimp I
> see in the July issue is on processing Web images
The article in question appears to be the one that starts on page 34 of the
July 2007 issue of LJ.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"W
John R. Culleton wrote:
> 1. Ability to work with and save files using CMYK color model.
> 1a. Use ICC profiles for viewing and exporting CMYK model files.
Known issues.
> 2. Clean up the code for exporting PostScript and Encapsulated
> PostScript files. I have on occasion dug into the source c
Richard Oliver wrote:
> I have been asked to watermark photos for sale on the internet.
> Google shows several programs for doing this and also shows that
> Photoshop and Paintshop pro have the ability to do this.
Adding a watermark could easily be done in GIMP. If you have a lot of images
which
Richard Oliver wrote:
> I have downloaded the ImageMagick program,but for the life of me I
> cannot get it installed / launched so perhaps you could render some
> more help ??
Make sure you downloaded one of the executable installer packages and not the
source code of ImageMagick. I noticed tha
Maverick Merritt wrote:
> Does the GIMP support GEOTIFF files? If not, are there any plans to do so?
The answer to both questions is no. It is unlikely that the file format would
be supported in GIMP unless there is a publically available document which
describes the file format. If there is su
Michael Hernandez wrote:
> That is great news! Now I just hope it hasn't changed so much that my
> nice full color gloss beginning GIMP book is full of lies! :)
Its more likely a plot by the publishing house to sell more books when you
release the second edition which covers the real GIMP 2.4 r
Maverick Merritt wrote:
> The gimp does load up the image,
> giving warnings about the tags it does not understand, and when one
> saves the image these tags are lost. I have used the Gimp for various
> (fairly simple) image processing as a user, but I have not looked at the
> code or creating
Dotan Cohen wrote:
> There is an amazing video describing an image resizing algorithm that
> removes (or adds) pixels based upon their importance to the subjecto
> of the photo. Can this be implemented in The Gimp?
Of course it can be implemented in GIMP. It just takes someone with the time
and a
John Allsopp wrote:
> I'm sure I read there is a professional version of The Gimp which
> provides more bits. I don't know how that compares price-wise with
> Photoshop.
You might be thinking of Cinepaint which was based on an early version of
GIMP. It handles up to 32-bits per channel and is av
Owen wrote:
> That's a zoom tool, the icon looks like a pan, so is that why you called it
> a pan tool?
A pan? Really? And here I was all this time thinking it was supposed to be a
magnifying glass. :-)
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to do today, Borg?"
Lucas Prado Melo wrote:
> How can I identify (using gimp) if a photograph has been faked?
It would depend on how good a job was done in faking the image. The basics
involve using a high zoom factor to see the pixels. Look for artifacts created
by a poor blend of the added in (faked) part of the
Manuel Reimer wrote:
> I know, that it's possible to set a default value while
> "script-fu-register", but is it also possible to set a default value,
> based on some information fetched by a small script?
The register call is the currently the only way to set default values. If you
wanted to t
On 10/5/07, Bettina Lechner <[EMAIL PROTECTED]> wrote:
> please, what is the difference between a plug-in and a script? I am asking
> because I never know if I should copy a plug-in (e.g. from the
> registry.gimp.org - site) in to the plug-in or the script folder.
In answer to the main point of th
John Culleton wrote:
> I use 2.4rc3 on my slackware Linux system. Is this the same as the final
> release? It seems to work fine.
2.4rc3 is not the same as 2.4.0. There were quite a few changes to the source
tree between those two releases.
--
Cheers!
Kevin.
http://www.ve3syb.ca/
Ruud en/of Truus wrote:
> I installed de new Gimp 2.4.0.under Windows XP.
> It looks fine, but the Script-fu menu does not appear. The delivered
> scripts are present under the share directory. So it seems that the
> scripts contain syntax errors.
The Script-Fu menu is under the Xtns menu entry i
Barry Loo wrote:
> GIMP just got some negative press at linux.com. What are y'alls opinions on
> it?
It reads as negative press regarding the GIMP UI redesign process and web site
rather than negative press regarding GIMP.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we goin
Juergen Weber wrote:
> Programming scripts would still be easier if Gimp would trace to
> stdout what the user is doing on the GUI, i.e. it should print out the
> script-fu commands that correspont to the interactive actions.
>
> So you could try out your image manipulations on the GUI and then co
Juergen Weber wrote:
> Tracing the commands would be a light variant of this. Outputting a
> trace should not be more than some log statements, would it?
> And http://bugzilla.gnome.org/show_bug.cgi?id=51937#c25 allready has
> my suggestion.
>
> Anyway, a pity that the bug has been opened in 2001
Dave 77459 wrote:
> Owen,
>
> Thanks for confirming that it works in 2.2 under Ubuntu and crashes on 2.4.
>
> I too got that unbound error on 2.4 . I declared all the variables,
> which cleared that up under Windows. I still got the unbound error in
> Ubuntu, which is odd since set-pt is a fu
Sam Kuper wrote:
> I have been having difficulty running the following batch script:
>
> ; --
> ; BEGIN SCRIPT
> ; --
>
> (define (batch-CUPify pattern
> image
> drawable)
[snip]
> gimp-2.4 -i -b '(batch-CUPify "*.png")' '(gimp-q
Sam Kuper wrote:
> (define (batch-CUPify pattern)
[snip]
> )
>
> (script-fu-register "batch-CUPify"
> "Batch-CUPify"
> "Make an image look like it was scanned to PDF by CUP"
> "Sam Kuper"
> "Sam Kuper"
>
Helen wrote:
> Then I run the logo basic 1 script on the text, and the entire photo is
> cropped so that only the text remains.
This is a problem with the design of many (or all?) of the Logo scripts that
also offer an "Alpha to Logo" version. Most of the work is done in an "apply
effect" routine
Joao S. O. Bueno wrote:
> On Saturday 01 December 2007 04:52:03 pm Kevin Cozens wrote:
>> When a script is run as an Alpha to
>> Logo script, the image resize should not be done.
>>
>> There are 17 scripts that (may) have this problem. This problem should be
>> ad
[EMAIL PROTECTED] wrote:
> I needed a script-fu routine that apply Auto-White-Balance on all OPENED
> images...
> Like the Save-All script-fu that provided by an user in this list.
>
> I don't wanna use outer tool, because sometimes the Auto-White-Balance
> is makes wrong result.
By "outer tool
Martin Bradley wrote:
> (define (script-fu-create-thumb filename)
> (let* ((img 0))
> ;; car needed here because gimp functions return values as lists
> (set! img (car (gimp-file-load 1 filename filename))
> (gimp-file-save img filename)
> (print (gimp-file-save-thumbnail img fi
Martin Bradley wrote:
> I'd been slowly trying to learn Common Lisp and thought that Script-Fu had it.
> Here is the scheme coding tutorial I was using, most likely the wrong
> thing to be reading.
> http://www.ccs.neu.edu/home/dorai/t-y-scheme/t-y-scheme-Z-H-1.html#node_toc_node_sec_4.1
Script-Fu
Jeffery Small wrote:
> On Jan 5, 2008 2:33 AM, <[EMAIL PROTECTED]> wrote:
>> For those wanting a list of their current shortcuts - you can use this
>> script...
>>
>> http://gimpthoughts.com/home/index.php?option=com_docman&task=cat_view&gid=23&Itemid=38
>
> I downloaded viewShortcuts.py and plac
Jeffery Small wrote:
> I downloaded viewShortcuts.py and place it in my plug-ins directory.
I forgot to mention that after the file is copied to the plug-ins directory
you need to set the execute bits (ie. use chmod +x).
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to
Johnny Rosenberg wrote:
> After installing the Cross-processing script, which I found somewhere,
> one of the GIMP standard filters stopped working. After removing
> Cross-processing, the GIMP-filter worked again.
If you are adding a third party script and it is conflicting with scripts
shipped
Johnny Rosenberg wrote:
> I see. All we did to make it work, was to remove the script from the
> GIMP user script folder, in this case ~/.gimp2.4/scripts. It was the
> only script and even only file in that folder. Isn't it strange that a
> single file can do just any kind of damage by just lyi
Tobias Jakobs wrote:
> It looks like this is Bug #490326.
Not really. The cause of the problem in the bug report is unknown. This
message thread is about the adding of a script which apparently causes a
problem.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to do toda
Johnny Rosenberg wrote:
> I understand that GIMP has to look in that directory to be able to list
> all available scripts in the menu, but I don't understand how that alone
> can cause conflicts. Just looking for scripts to place their names in
> the menu and, of course, link the names in the me
Helen wrote:
> Some of the layers have a second rectangular image, to the right of the
> lineup. What
> is the significance of the 2nd image?What is it? Where does it come
> from? Does it
> have any use?
The second image would be the layer mask. Yes, it does have a use. Take a look
at htt
alessia wrote:
> I' ve a questo since a long time regarding the possibilty to install and
> run multiple, and by the way different, versions of Gimp on the same
> computer.
If you are installing a Windows version just enter a different directory from
the default choice when asked for the instal
Alchemie foto\grafiche wrote:
> well looks as a Gimp clone, even support xcf is for sale at
> http://www.pixelmator.com/ for 59$
>
> Is for Mac
>
> Is licit ?
It looks interesting. It appears on the surface to be based on some version of
GIMP but they seem to have made some substantial change
rob wrote:
> Whats the best way to learn script-fu?
[snip]
> if anyone can recomend something specific
> that they thought was the best way to get started with batch image
> processing with gimp.
You should become familiar with the Scheme language. To do that, get a copy of
the R5RS (http://www.
Octavi Fors wrote:
> I want to convert a FITS image into PPM in batch mode.
[snip]
> When I run this in the command line (in the same directory where
> "mask.fits" reides) I get this result:
[snip]
> However, no file "mask.ppm" appears in the directory where I'm executing
> gimp :-(
Your users c
julien wrote:
> I downloaded gimp-2.4.5.tar.bz2 and verified that the md5check sum is OK.
[snip]
> When I run gimp I get
>
> /usr/gimp-2.4.5/bin/gimp-2.4
> Unable to read initialization file script-fu.init
Your install is broken. None of the Script-Fu scripts will work without the
script-fu.init
Martin Nordholts wrote:
> I can imagine that some parsing mechanism gets confused of the '.' in
> the prefix. Does it work if you use the prefix /usr/local/gimp-2-4-5
> instead?
The '.' characters in the prefix are not a problem. I have directories whose
names end in gimp-2.2 and gimp-2.4 as targ
julien wrote:
> All files in my /usr/local/gimp-2.4.5/ are root. Is this normal?
>
> If I run gimp-2.4.5 in root mode, I have Decor, Alpha-to-logo and all
> items in Xtns!
Yes, it is normal. What is more important is the permissions on the files and
directories. If everything is working properly
Zachary Leung wrote:
> I tried something below, but that didn't work. =(
[snip]
> gimp -i -b '(plug_in_autocrop "movie0.jpg")'
>
> (define (zac-autocrop filename)
> (let* ((image (car (gimp-file-load RUN-NONINTERACTIVE filename filename)))
> (drawable (car (gimp-image-get-active-lay
Shin Diggar wrote:
> Thanks to Elwin and Nathan for the suggestions. I'm happy to do this in
> Inkscape and import the results into GIMP but I can't work out how to do
> it.
Save the file as an .svg from Inkscape and pull that file in to GIMP. If the
svg file loader in GIMP is rasterizing the SVG
Lap1994 wrote:
> Can I change the size of a text while tipying it? Eg: "Here a small text
> 12pt, and here a big one 86pt", in the same text-layer
You can't mix text attributes in one entry box yet. I say "yet" as there is a
GSoC project to enhance the text tool. However, an enhanced text tool
Choi, JiHui wrote:
> I want to do some doing on my many images, about 1,000 ;
> at first, add alpha channel at each image, and change color #fff to
> transparent.
I think you would be better off doing this using ImageMagick and a shell
script. The 'convert' program with the -alpha and -backg
Xavier Mas wrote:
> I can't register the following script when I refresh the server and don't
> know what's wrong with it. Any suggestions?
> ---
> define (uni-img size color)
You are missing the ( before 'define' but I will assume that is just a cut and
past error.
> (script-fu-menu-regist
Gimp Nub wrote:
> Has anyone managed to run the pspi.exe.so in
>
>http://www.gimp.org/~tml/gimp/win32/gimp-pspi-1.0.7.suse10.i386.tar.gz
If you are in Windows, you run .exe, .com, or .bat files. A .so file is
run-time library, not an executable file.
--
Cheers!
Kevin.
http://www.ve3syb.c
Xavier Mas wrote:
> I need to program some batch actions using Scheme or Perl in GIMP but am not
> able to see the scripts once they are registered. Scripts are well writed,
> are example taken from GIMP manual, and I change permissions on the files as
> they became executables, but still can't
Cal wrote:
> What do I need to do, that allows pictures to
> automatically open through GIMP whenever I click on
> them?
Change the file associations. AFAIK, they should have been set (or you were
given an option to set them) when you installed GIMP.
http://lists.xcf.berkeley.edu/lists/gimp-user
Bernd Weber wrote:
> I had a look on portableapps.con. Gimp is not listed there, so I don't
> think that it would really be a solution for your Problem.
GIMP is the only program listed on the Applications page of portableapps.com
Graphics & Pictures category. I have had GIMP on one of my memory
Bettinson Ian wrote:
> /Libgimp version mismatch!/
[snip]
> Maybe you have GIMP versions in both /usr and /usr/local ?/
The error message is telling you the most likely cause of your problem. You
have installed two different versions of GIMP in under the same directory tree
(/usr and /u
Dotan Cohen wrote:
> My printer has a stuck blue nozzle and I am trying to clean it.
The simplest solution is to run multiple cleaning cycles to clear the nozzles.
I had an inkjet printer where multiple nozzles were clogged. It took about
three or four of the printers built-in cleaning cycles to
Johan Vromans wrote:
> Unfortunately, even though I'm running a recent version of Linux,
> Fedora 9, I cannot build this version. Some of the requirements are
> out of reach for this latest stable version of Fedora.
What requirements "are out of reach" for Fedora 9?
--
Cheers!
Kevin.
http://ww
Henderson, Roy wrote:
> Have just installed V2.6 on Windows. Is there a configuration option to
> remove the “eyes” from the background of the Toolbox and Image windows?
You can get rid of the "eyes" from the Toolbox by adding the following line to
your gimprc file:
(toolbox-wilber no)
It onl
Hedley Finger wrote:
> Can anybody point me to a Gimp plug-in or external utility that can
> convert *.ase swatch files from Adobe Kuler to Gimp *.gpl files please?
If you haven't found anything using Google and there is no plug-in already
available in the registry, someone will have to create
Chris Mohler wrote:
> Also, once the palette is loaded (if it works :), you need to manually
> refresh the palette list - the new palette will appear toward the top.
Just add a call to gimp-palettes-refresh.
> This plug-in does not handle the full ASE spec (notably RBG only)
Thanks, Chris. This
Bernd Weber wrote:
> I rather use perl-gimp. I like the concept of the procedural database
> very much. Unfortunately perl-gimp seems not being supported very much,
I have been meaning to release a new version of the gimp-perl package for some
time now. I haven't gotten around to reading up on ho
Hedley Finger wrote:
>> http://registry.gimp.org/node/10325
>
> I installed the script from the link above into Settings\Hedley Finger\.gimp-2.6\plug-ins>, right? But when Gimp is
> launched there is no menu path Import ASE palette...>
The file name ends in .py so you need a Python interpreter
Alec Burgess wrote:
> Thanks ... I think :-) found the example and perused the linked PDF
> (section 4.2.2. Binding constructs) with out much if any understanding.
>
> I changed:
> (define (save-layer orig-image layer name)
> (let* (
> (image)
> (buffer)
> )
>
> to:
>
D.Jones (aka) Capnhud wrote:
> (colors (+ segments (if (= inSmooth TRUE) 1 0)))
[snip]
> (while (< counter segments)
> (gimp-gradient-segment-set-left-color theGradient counter (car
> (gimp-image-pick-color img inLayer counter 0 FALSE FALSE 0)) 100)
> (gimp-g
Dave wrote:
> Not!!! Now when I am down to the very last two layers, the move function has
> been lost, with the icon showing the cross through the circle indicating the
> layer can't be moved. What the heck is up with that? I never had that issue in
> Photoshop.
You haven't stated which version
Thufir wrote:
> I used gimp to add text to a pdf to fill out a form, and then printed the
> resulting xcf file back to pdf -- which worked fine.
>
> How do I edit the text on the xcf file to correct, for example, a
> spelling error?
You would make your corrections the same way you added text to
Kate Yoak wrote:
> The two functions, gimp_file_load_layer and layers, which I located in
> my local installation's Xtns browser are not found by perl-gimp on the
> server. It says, " function/macro "gimp_file_load_layers" not found in
> Gimp"
[snip]
> GIMP version 2.2.13
The reason you are ha
Kate T. Yoak wrote:
> Bigger sigh. :-) Upgrading to 2.4 on CentOS is a feat. A lot of
> non-supported rpms to track down. Too scary. :-) No loading layers
> for me! They say, CentOS 6 is expected to come with gimp 2.4. There is
> hoping!
If CentOS 6 is only planning on making GIMP 2.4 ava
mike510 wrote:
> after I have upgraded Gimp to 2.6.4 (Windows), it stopped to inport SVG files
> (neither via File -> Open, nor via Paths Dialog - Import path). In the last
> case it seems to work but no paths are seen in a picture, only in path layers
> dialog.
> The SVG files were the same which
Zachary Bruno wrote:
> Encapsulated PostScript image Message
> Error starting Ghostscript. Make sure that Ghostscript is installed and
> - if necessary - use the environment variable GS_PROG to tell GIMP about
> its location.
If you do not have ghostcript in your systems search path, then follow
PoWah Wong wrote:
> How to extract (get or copy) text in a rectangle from a jpg file?
> i.e. the jpg file has a rectangle which has some text (character strings).
> How to get those text to a text file?
You need to take a look at some of the OCR programs like Tesseract
(http://code.google.com/p
Dason wrote:
> I found the following script:
> ;; tile2anim.scm -*-scheme-*-
[snip]
> (let*
> (
> (theWidth)
> (theHeight)
> (theCols)
> (theRows)
> (theCol)
> (theRow)
> (theImage)
> (theLayer)
> (framePos)
> (tmpLayer)
> )
The main problem I see is you are using variables in the binding portion
Catherine Jones wrote:
> gimp -i -b '( ...)' -b '(gimp-quit 0)'
>
> always does the same thing (assuming the same variable inputs).
Of course it would. You are starting a fresh copy of GIMP each time. If you
want to change the seed each time you start GIMP, add '(srand (realtime))'
before you
DJ wrote:
> I was reviewing some notes I had on a tutorial for buttons. It used a
> script called fade-outline.scm. I couldn't find it at Gimp Registry,
The fade-outline.scm script was removed from the GIMP source tree by Sven
Neumann on August 15, 2007. See bug #466382 for the details
http://bu
DJ wrote:
> Oh wow. I wouldn't have thought to look in bugzilla for a script.
The information was from the GIMP ChangLog file and not bugzilla.
--
Cheers!
Kevin.
http://www.ve3syb.ca/ |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172 |"Same thing we always do, P
Dillon wrote:
> (set! num-layers (car (gimp-image-get-layers newimage)))
> (set! layerIDs (cadr (gimp-image-get-layers newimage)))
What error messages do you get when the above lines are included?
> (define (batch-save-as-xcf pattern)
> (let* (
> (filelist (cadr (file-glob pattern 1)))
>
Dillon wrote:
> Is that really a "must" ? It turns out I was missing variable declarations,
> but I have never provided initial values when declaring variables in a let
> block, and that doesn't seem to cause issues.
Yes, it is a must unless you are using GIMP 2.4 or earlier. The TinyScheme
comp
Alek wrote:
> When I fill out the PDF form I simply enter all of the text necessary to
> complete the thing and then save it (as a PNG file) and print it out.
>
> How can I edit individual text I entered on the form?
Save a copy of the PDF form with the text layers in xcf format before you
crea
Dillon wrote:
> I've written a series of scripts to automate GIMP's script-fu batch
> processor. Right now I'm working on starting up multiple asynchronous GIMP
> processes.
>
> The problem I'm having right now is with the interactive "press any
> character to close this window" message that appe
martinz wrote:
> How can I make the letters of the text point to the middle of the
> circle/path??
Change the sign of the fill angle to change the direction the letters will
appear around the circle as well as whether they point towards the center
of the circle or away from the center.
_
martinz wrote:
> but I cant find this fill angle control (I am pretty new to gimp).
> please give me a quick advise.
>
> I have the path and then I type in a text.
> In the text menu I can change -font,
> -size,
> -orientation (left, right, block, center)
> - hinting, auto, ...
> - distance bi
Leon wrote:
> I am a complete beginner and I have to be honestI'm struggling. I created
> a logo for my new business, but when I try to place the logo in a box on
> indesign or such like, the logo comes out looking blurry or smudged.
Since you are working on a logo for a business you should us
Privat wrote:
> Where can I find tutorial how to animat this Gimp-lightning I made on Gimp.
I don't know which tutorial you were looking for but there are plenty
available. I used the words "GIMP lightning animate tutorial" to do a
search using Google and quite a few hits came back that sound pr
Maureen wrote:
> how to add curved text to the circular graphic.
That is easy. There is a Script-Fu script for that called Text Circle. It
is in the drop down menus under File -> Create -> Logos -> Text Circle.
___
Gimp-user mailing list
Gimp-user@lists
On 16/12/2010 12:21 AM, Lambertus wrote:
> Picture 2 is copied from an open GIMP image and pasted into the enlarged
> canvas area of picture 1.
> Picture 2 is invisible if it dragged outside the bounds of picture 1 into an
> open area of the canvas.
The other option you have is to use "Paste as
Atrus wrote:
> 1. Set x to 1
> 2. Apply Colorize with Hue = x (all other values are at their default)
> 3. Save image as x.png
> 4. Undo to previous state.
> 5. Increment x by 1
> 6. Repeat steps 2-5 until x equals 361
>
> What would be the best approach to accomplishing this?
A small script writ
Atrus wrote:
> I was aware of scheme scripting, but not of python. I'll have to look into
> that. It shouldn't be too difficult.
>
> However, I was going off of the "portable apps" version of GIMP as I was
> writing, which went from 0 to 360, not -180 to 180. Is that a version
> difference?
If yo
Ray Tayek wrote:
> hi, i have a lot of eps files that i need to convert to gif (or png).
> i was trying to use image magic, but not having any luck.
Install ImageMagick on your computer then you can use its "convert" program
in a script to convert your images to the format you need.
Ray Tayek wrote:
> yes, i tried a bunch of them at http://tayek.com/bobt/images/gif.html
> but none of them are very good
There is a problem with the set of sample conversions. The image produced by
GIMP which is supposedly the "good" version of the image is larger than the
other samples you sh
Ray Tayek wrote:
> i put one here: http://tayek.com/bobt/images/page3.eps
I looked at the contents of the source file. Ignoring the scaling factor in
the image, all lines are 0.8 points with the exception of the outside border
which has a width of 1.92 points.
You can see the thicker border whe
Michael Schumacher wrote:
> Make sure that the environment variable LD_LIBRARY_PATH contains the
> directory of the libgimp you've built.
On some systems you may also need to run ldconfig after installing a new
library file. Library files installed using a package management system
should do tha
mamboze wrote:
> I'm having a problem accessing Script-Fu. As I understand it, when I
> click on Filters>Script-Fu>Refresh Scripts, a menu should appear
> alongside Filters.
That is incorrect. Script-Fu scripts are loaded during the time when the
splash screen is showing "Starting Extensions" wit
Julien Hardelin wrote:
> Hi,
> "make" gives this error:
>
> gimpdbusservice.c: in function 'gimp_dbus_service_class_init'
> gimpdbusservice.c: 101:37 : error: 'dbus_glib_gimp_object_info'
> undeclared (first use in this function)
Check whether you have the development packages for dbus installed.
Rob Frohne wrote:
> I'm having difficulty figuring out how to get the filename and directory
> which the images came from. Does anyone have any tips?
If you look at the Procedure Browser, you will find the following:
(gimp-image-get-filename image)
It returns the directory path and filenam
crutledge wrote:
> When I was running GIMP 2+ under Win XP all icons of *.xcf displayed the
> image in the icon.
>
> Under Win 7, only the GIMP icon is displaed. Is there a CODEC or other
> method to have the *.xcf image to display properly as an icon?
The problems is one of file associations and
Leonard Evens wrote:
>> I just installed Fedora 14
Wow! Fedora is up to version 14 now? It didn't seem that long ago that 11
came out.
> I found instructions to do Filters>script-fu>Refresh Scripts.
>
> That produced the following message.
>
> Plug-in "script-fu"
> (/usr/lib64/gimp/2.0/plug-in
Mathias Lindner wrote:
> The best format would be a vector graphic as suggested. But from my
> experience it's hard to get a good one from pixel files.
There are programs you can use that can convert (or try to convert) a bitmap
image to a vector graphic one. One such option is Autotrace which y
John Culleton wrote:
> 1. Do python scripts go into the same folder as .scm scripts? If not, where?
> I
> find the .scm scripts in
Script-Fu scripts you want to add to your installation of GIMP should be
placed in ~/.gimp-2.6/scripts. For all other add-on plug-ins/scripts you
need to put them in
On 08/07/2011 3:52 PM, Patrick Horgan wrote:
> Unity is not ready for prime time yet? It's really lacking in a lot of
> areas,
> and the UI experience is quite horrid.
For those people using Ubuntu 11.04, Unity is the default environment in which
they will be working. I very quickly removed Un
On 11-07-14 10:47 PM, Myke C. Subs wrote:
> Applying the "Center Layer" and/or "Add Glow" features, however, results
> in the same ugly error messages that have been present for several years
What "ugly error messages" are you seeing?
___
Gimp-user mai
On 11-07-15 06:32 PM, persofit wrote:
> I am starting to get the hang of GIMP, but in the Layers,Channels,Paths
> window all my pop-ups appear behind the window
Open preferences and select "Window management" on the left side of the
dialog box. Check the settings for "Window Manager Hints". You p
100 matches
Mail list logo