Re: [Gimp-user] Setting preferences for saving png
Hi, > I usually have to save transparent pixels of PNGs, but time to time > don't save them just to compare the difference in size. > > The problem is that default preferences get changed, and if I just save > instead of save as, I lose my work on the transparent parts of the > image. > > Is there a way to hardcode preferences for saving a png? Not one that I know of. But I think you should save your *work* as .xcf anyway. All other image formats are for what you want to do with the images after having them processed with Gimp. If you switch to using .xcf as you primary file format and only export to .png (or whatever) if you are done with your work, you won't lose anything. Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] "Word Art" from Scanned Text
Am Freitag, 18. April 2008 00:54:15 schrieb Joel C. Salomon: > I'm trying to do some lettering on a half-circle, and it occurred to > me that I should be able to do a mock-up on the computer. To that end, > I'm trying to take a scan of my caligraphy, and warp it into the > proper shape—sort of like Word 'Art'. But how can I achieve this > twisting with a scanned image? I would scan the image at a very high DPI, then convert it into SVG (either with pstoedit, autotrace or by loading into Gimp, doing a selection and save the path-converted selection). The SVG I would then load into a vector drawing program like Inkscape and twist it there. Then back to Gimp. That would probably have better results than warping the scan itself as it wouldn't change the appearance of the letters themselves as warping would. If you don't do the lettering with hand-drawn calligraphy, you can use Gimp's text tool and write along a path in the image (I think that's covered in the manual or one of the tutorials). Last not least, you can use the vectorized calligraphy also to create a calligraphic font of your own to be used in that way (that would be the most elegant, yet also most labour-intensive method, I think). Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] GIMP template and tutorial for designing business card
Hi, > >> OOWriter. Otherwise I have to do the work on GIMP or Inkscape and > >> import the image on OOWriter for printing. > > > > Another layout program out there is scribus - > > I suppose "scribus" is similar to PageMaker, FrameWork, Ventura, etc., a > desktop publisher. I went across it before but never use it. I ran > PageMaker while I lived in Windows world long time ago. If you've worked with PM back then, you'll probably have no problem with scribus. > Actually the bar preventing me to edit professional business cards on > OOoWriter is without layers there. There also is another bar, I suppose, when you have to have the cards printed with offset printers. Again, scribus is the solution. OOo is nice for the occasional home office cards though, that you can print on those pre-cut card sheets - but that's not the professional way. > > not sure if runs well on > > windows though (they've been working on that for a while). Scribus is multi-platform. Should be no problem for you when you run Linux (just make sure that you have properly working fonts as scribus can be quite picky about incomplete font sets which sometimes are to be found in free/shareware fonts). > a very rare case except IE, the buggy Internet browser. Some Internet > sites require visitors running IE. It is rather funny. Not funny I'd say - but that'd lead off-topic ;-) Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals
Hello, > I've been having trouble finding how to encode UTF-8 special characters > into a string literal in Script-fu. Could someone provide an example of > how to hard-code international characters into a string? The simplest and easiest way is to use a text editor that is capable of switching text encoding. One of those editors would be Emacs, which is also available on many platforms (from the menu select: Options -> Mule -> Set Language Environment -> UTF-8). Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals
Hi, > Do you mean just type them in? Yes. > That isn't working for me. Wouldn't switching the encoding affect the whole > file instead of just a particular string? That should do no harm as Gimp is doing about everything in UTF-8 internally. Plus, any characters that are relevant to Scheme syntax (i.e. not "strings") are from 7-bit ASCII and won't be touched anyway when you switch to UTF-8. > I'm on WinXP, just using Notepad, which can handle the ascii > values I'm using (I was surprised that Dr. Scheme can't, however). Strictly speaking, the values that you are talking about are not ASCII (as that only defines 7 bits originally - the upper 127 characters depend on which locale you are in and might even be text graphics). Notepad also stores its data in an encoding, which however is not UTF-8. > Typing them into a string isn't working. Hmm... have you tried using the ALT- for entering the values ? You seem to know the encoding values of the characters in UTF-8, so this might work then with Notepad. Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Script-fu (Scheme) and UTF-8 literals
Hi, > I tried using Emacs, but changing the encoding didn't affect anything. Just loading the file, changing the encoding and saving it again won't do anything. The encoding switches are meant for newly entered text. That means that you will have to re-enter the characters with the UTF-8 encoding switched on. Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] printing only blue
Hello, Am Dienstag, 23. September 2008 10:36:18 schrieb Dotan Cohen: > My printer has a stuck blue nozzle and I am trying to clean it. Of the > blue, yellow, red, and black cartridges, I want to only print from the > blue. I tried to configure a blue-255 colour and the rest 0, however > the printed image still uses a bit from the red cartridge as the > choice of colours differ from those in Gimp. What colour could I > configure, that would translate to blue only from the printer? Printers are normally CMYK, not RGB. That is why ff will also utilize the other cartridges of the printer, not only cyan. You will therefore have to select 100% C from CMYK colourspace in order to only print from the C cartridge - which is a bit awkward in Gimp, since the program has no direct CMYK support. Nevertheless, you can do so with the colour selector (get to the printer colour selection mode for CMYK colours). The colour will be translated to RGB 00... HTH Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] GAP PLUGIN INSTALL HELP
Am Freitag, 27. Februar 2009 14:29:08 schrieb bluerhapso...@aol.com: > Yeah i've read the "How do I add plugins?" but i still don't know which > directory to put it in. When i go to my plugins folder, I see a lot of > application files. And there are a million different folders outside of > that so if i need to put each file in different folders then i'll do that, > but i need to know where to put them. Actually, you can put it whereever you like (as long as it fits the file system layout of your OS and you have write access during installations time) and add the installation directory to the plugins settings in the settings dialog. This is also the method that should be used for any plugins that do not come with the main gimp package. hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Scaling large tiff files
Hi, [...] > probably also up to the task - I must be doing something wrong. I don\'t > have Scribus on my office machine (it\'s running XP), but I have InDesign [...] Check the Scribus website. It also runs on Windows. Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Native Support for SVG
Am Dienstag, 8. Dezember 2009 04:54:20 schrieb Programmer In Training: > > SVG is a vector format, not a raster format; GIMP is a raster image > > editor. Why should GIMP support SVG export? At least, there seems no > > advantage in using GIMP over using Inkscape to make SVGs, and many > > disadvantages. > > I know SVG is a vector format. > > Why? Well for one I think GIMPs interface is superior to that of > Inkscape. That for me makes all the difference. Exporting SVG from a raster editor is IMHO nonsense. Gimp is an excellent tool for image manipulation and therefore more than 90% of all images that will be handled by Gimp will be fairly complex raster images. Converting those to vector graphics is really a non-trivial task if not nearly impossible. Have a look at autotrace and you will see what I'm talking about. Also, SVGs exported from raster image programs look crappy. On the other hand, importing SVG is trivial and can be quite useful - as well as importing other vector graphic formats. An SVG import is already handled by the Gimp. The only way to "fully support SVG in Gimp" would be to implement SVG graphics internally, so SVG "export" could be just native SVG without raster image conversion. However, in this case, the Gimp image format would need to include special vector layers, the Gimp itself would require SVG editing tools, a method for combining raster and vector layers in a single image, etc. It would be a whole new program inside the already existing program... There's a German term for such a thing: "eierlegende Wollmilchsau" (egg- laying, wool and milk providing pig) - as you might know, there is no such animal... Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] running gimp on win re. plug-ins
Am Dienstag, 12. Januar 2010 11:41:54 schrieb Alexandre Prokoudine: > Hi, > > A user reports that all localized 3rd party plug-ins run in English > for her on Windows. > > She has German locale set in the system (she lives in Germany), but > she modified environment variable for GIMP to run it in Russian. It > does make GIMP run in Russian, but, as stated above, all 3rd part > plug-ins like GAP and Liquid Rescale are in English for her. > > Any advices? Hmm... (a) Do the Windows Plug-ins really come with the locale data ? I have found that quite a number of 3rd-party plug-ins will not ship the locale data on Windows. (b) There is a catch when writing Gimp plug-ins that are going to be run also on Windows systems. The normal (Unix) way of registering the paths does not work (i.e. most plug-in writers rely on the Unix path layout which means that the paths are hardcoded into the plug-in). That way, the location of the data files is defined at compile-time and will only work in the environment of the creator of the installation package. Instead, the functions from gimpenv should be used to properly locate the data file directories on Windows. If (a) is the case, then copying the locale data from another installationcould help - else, if (b), then it is a bug in the 3rd-party plug- in which should be fixed by the upstream maintainer. Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] running gimp on win re. plug-ins
> > does make GIMP run in Russian, but, as stated above, all 3rd part > > plug-ins like GAP and Liquid Rescale are in English for her. > > > > Any advices? Just checked the git repository of the liquid rescale plug-in. Paths are hardcoded, so it is really a bug in the plug-in source. I filed a bug report for that. regards Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] GIMP vs Photoshop
Am Dienstag, 12. Januar 2010 17:51:02 schrieb Nuno Miguel dos Santos Baeta: > ** Is has no color management (I don't know what this is); Unless you use a very outdated version of Gimp, this is not true. > ** Just 8 bit/channel; > ** No CMYK. This is still true, but should be fixed within the next releases. You might have read something about GEGL already on the list - this is the underlying library that is being developed for this purpose. That said, unless you have an extremely expensive printer (i.e. one that also is capable of color management and handling wide color channels - which most color printers you get to buy at the normal hardware stores don't), 8-bit channel width is enough to manipulate photographic images in most cases. Also, no serious photographer will just abandon analog photography and go totally digital. Any fine grained film will yield much better resolutions than what the most expensive digital cameras are capable of. (Try applying a digital photography to the outside wall of a building, and you'll see what I mean - it is no problem with an analog image... and again, analog films can be digitized with a good film scanner to a much higher resolution as what you get from a digital camera). Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Plugins in 2.8
Am Mittwoch, 13. Januar 2010 10:08:44 schrieb Peter S.: > >Tried to install > >elsamuko-national-geographic-batch.scm > >"Open" in GIMP wasn?t the right way. Does anyone know how or do I need to > >wait until the plugin is updated? > > > >Must add I?m using MacOS 10.6.2 > In case of a script-fu, you can virtually place it anywhere you like and add the path to the script in the settings dialog for scripts. Or you use your favourite file manager and move the file into the script directory of the gimp installation or the script directory that already is in your home directory. Whenever you start Gimp, the plug.in and script directories are scanned for new or changed plug-ins or scripts that are to be registered. So after you have copied the script to the correct location and started Gimp, you will be able to use it. hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] two bizarre problems
> I'm encountering two weird problems with GIMP recently. What is weird is > that it's not the same on two different but similar computers, running > the same versions of GIMP (2.6 or git 2.7) on the same version of Debian > GNU/Linux (testing). > > 1. Any dialog like the ones obtained with most filters should contain > small icons in the bottom buttons (Help, Reset, Cancel, and OK). This is > the case on computer A, but not on computer B. This is consistent across > all the dialogs. I would assume that you are using two different Gtk+ themes on the computers. hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Gimp Documentation
Am Mittwoch, 20. Januar 2010 21:37:03 schrieb Bryan: > Is it possible to download the Gimp Documentation so that I can have it > locally instead of having to go online for it? At least I think it's going > online each time you open documentation. Yes. For Windows, there are installer packages for various languages available at: http://gimp-win.sourceforge.net/stable.html For Linux, you will most probably be able to select the help package in the system setup tool of your distribution. Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Mirror Image
Am Mittwoch, 17. Februar 2010 18:58:57 schrieb Sandi P.: > I have a photograph with a person cut exactly in half vertically. How can > I recreate that person whole? I want to flip the original horizontally, > make a copy, and then stitch that flipped copy onto the original. Can > anyone give me the process steps for accomplishing this? Thanks!!! - Load the image into Gimp. - Double the horizontal canvas size (in the Image menu) - Right click the image layer in the layer dock, select "duplicate layer". - With the move tool, position the new layer right of the original. - Now right click on the layer, choose "layer / transformation / flip <->". - Finally, use "image / flatten image" to rejoin the layers. hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] fuzzy around text
Am Dienstag, 23. März 2010 17:14:12 schrieb Chris Mohler: > On Tue, Mar 23, 2010 at 9:48 AM, bennettjon wrote: > > I think you are right...but it affects all of us as Gimp users, as we are > > creating images in Gimp that we ultimately want to use in PDF docs. > > A shot in the dark - have you tried using OpenOffice instead of Word? > > Create a new doc, paste in (or insert) your image, then File->Export PDF. Most PDF exporters have some options (mostly hidden away deeply inside some obscure menus). Example: When you export to PDF from OO.org, you can do either directly or via the menu entry in the File menu. The difference being that the direct conversion does not pop up an option window while the menu one does. This option window enables the user, amongst other things, to specify how images are to be embedded in the PDF. Mostly, with some converters, this defaults to low-quality "PDF-for-WWW-download" (something like 72dpi for the images). CutePDF on Windows can be controlled, too (right-click, properties, common, printer settings, paper/quality, extended options lets you set the dpi for embedding graphics - default should be 600dpi which is good for photo, but may be much too low for graphically rendered text). Second to dpi would be the compression method used by the PDF, which often defaults to JPEG. In Scribus and OO.org this can be adjusted in the PDF exporter as well. So my advice would be to look for those options that control the output quality of embedded pictures in order to get a better result. > PS - Scribus also produces quality PDFs, but may not be usable on > Windows (or it wasn't the last time I checked, but that was quite some > time ago). AFAIK, Scribus on Windows is usable (and available in the same version as in the Unix world). At least, I do use it when I have no Linux machine at hand... ;-) hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] giimp printing incorrectly
Am Donnerstag, 25. März 2010 00:49:46 schrieb Gracia M. Littauer: > On Monday 22 March 2010 07:48:13 pm Sven Neumann wrote: > > You could start by using an updated version. Not sure if there are any > > relevant fixes, but 2.6.2 is really very very outdated. Try to get your > > hands on 2.6.8 and a recent version of GTK+. > > Since you are so knowledgeable, maybe you can tell my good friend where she > can get a suse version of gimp 2.6.7?? We have looked everywhere. First, in most distributions, upgrading to a more recent version of any program should be possible using the installation tools of this distribution - which yould be yast in case of suse. Please read the manuals of your distribution on how to upgrade packages for that distribution using the distributions' tools. Secondly, if this is not possible, you could try and have a look at http://software.opensuse.org/search?q=gimp Sadly, the list there is not ordered by version, but I found 2.6.7 on top of page 2 - and the current version (2.6.8) is also available from that site. hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Problems Installing gmic_gimp plug-in
Am Mittwoch, 7. Juli 2010, um 00:53:17 schrieb Jeff Trefftzs: > On Tue, 2010-07-06 at 19:54 +0200, Jernej Simončič wrote: > > Make sure it's got executable bit set. > > -rwxr-xr-x. 1 jeff jeff 2749352 2010-06-30 01:37 gmic_gimp > > (From /usr/lib64/gimp/2.0/plug-ins). Executable by everyone. > > Any other suggestions? Try open Gimp from the command line. If GMic crashes during initialization, you will most probably see some descriptive error message there. hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Language setting Windows 7 and GIMP 2.6
Am Montag, 12. Juli 2010, um 10:53:21 schrieb meetthegimp.org: > Hi, > > I got a mail from a German in Saudia Arabia. He runs Windows 7 with > English as default language. He installed GIMP 2.6.9 and it comes up > in Arabic which he can't read. > > He sent me a screen shot which shows the menus of his mail program in > the back behind the Arabic GIMP. They are in German, but he says his > system is running in English. Localisation Hell? Business as usual on Windows systems where there is no true localisation because the translations are mostly found in the program's resources (i.e. attached to the program files at linktime) and not in language catalogs... > I haven't used Windows since 98SE, so I have no idea how to help him. > Any pointers? You can set global environment variables through the system settings dialog of Windows. Setting the localization variables (LANG, LC_ALL etc) to the desired locale(s) should do the trick. hth Torsten signature.asc Description: This is a digitally signed message part. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Removal of yellow and green eyes
Am 04.11.2010 03:41, schrieb Akkana Peck: > Per Tunedal writes: >> I would be happy if there was two more filters: >> >> remove green eyes and remove yellow eyes. >> >> Or maybe a filter with an option to chose which colour to remove. > > I've wanted that too. You can do it the old way (the way we used > before the red-eye filter was added in GIMP 2.4): select the pupil, > perhaps with the ellipse selection tool, then use something like > the Hue-Saturation tool to desaturate and darken. > > But it doesn't work as well on animal eyes as on human, because > animal pupils are often much larger and is very light, and it's > hard to make it turn black. Sometimes I have to paint in some black. > Also, the animal pupil colors tend to be a lot less saturated than > human redeye, so it might be harder to write a tool to select it > in an automated way. > > Anybody have a reliable way to deal with animal greeneye? > Please share techniques! You could also use the following: (a) The Colour-Match plug-in (select eye region, select colour to substitute within the region and the colour you want it to change into) (b) The User-Filter plug-in (you can adopt the formula for the red-eye reduction for other colours - especially green should be fairly easy). The formula is not as accurate as the native red-eye reduction since User-Filter does not use floating point values, but it still works pretty well - in fact, I think it is an old formula of the native plug-in. I don't have a working example of green-eye reduction (lacking some proper animal pictures) but you can still play around with the formula for red-eyes (ctl(0) being the slider which controls the sensitivity for colour removal): R=(r/5>=g-ctl(0))&&(r/5>=b/2-ctl(0))?g+b/2:r G=g B=b A=a Torsten signature.asc Description: OpenPGP digital signature ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] question about hyperlinking
Am 22.11.2010 22:15, schrieb Li M. Terrell: > I am not a programmer and have basically taught myself gimp by trial and > error and what i can recall from Photoshop, so excuse me if this seems like > a dumb question. (I also use a wondows version of Gimp, but there is no > longer a windows forum, so here I am) There really is no need for a forum for every single platform as Gimp is multi-platform and looks and feels the same on all. > ... > Is GIMP made to have any kind of web/html interface? No. Gimp does not have a web interface (but from reading further, this is not what you meant with it). Gimp having a web interface would mean that it could be run on any web-server as a CGI application - this is just not the case, although you can use the command-line mode from server-side scripting to process images on a web-server... > - Trying to create a bus card size logo with text, and i would like to make > the text a hyperlink to my webpage > is this possible? > - I would also like to create an image with all the facebook, twitter, or > blog 'badges' - which are mostly html with a logo...so I can just slap that > onto emails, webpages, etc as needed First of all, images in general do not have any relations to HTML within them. It is always HTML that references the images. For the task you want to complete, you can use Gimp's plug-in for defining HTML image maps which need to be included in the HTML code of your webpage or whatever else. > The only other idea I can think of is to create the image in gimp, and then > use my dreamweaver to add the links ...? > But that seems like too many steps and i bet it is easier than that. It is more or less the same, because it does not matter what tools you use to create the image maps for the HTML part of a document containing images which (partially) relate to one or more other documents. hth Torsten signature.asc Description: OpenPGP digital signature ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Refocus plug-in
Am 09.12.2010 16:55, schrieb Dick Smith: > I think I didn't send this reply to the list only to Ofnuts, sorry about > that. > > Ok, I tried to install Refocus on Ubuntu 10.04. Downloaded, untarred to my > home folder and ran ./configure, this is what I got: > > checking for a BSD compatible install... (cached) /usr/bin/install -c [...] > 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... [...] > d...@dick-laptop:~/refocus-0.9.0$ > > Obviously, I missed something, somewhere. Most probably, you did not install the require development packages on your system which contain the header files needed by the comile process. Also you might check whether the "gimptool" script invoked by the configure script is on your system and is named like that (more recent versions of Gimp might have an installation with the gimptool script being named "gimptool-2.0"). hth Torsten signature.asc Description: OpenPGP digital signature ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] No new colours
Am 16.12.2010 13:23, schrieb drwr: >> On Wed, 2010-12-15 at 14:45 +0100, drwr wrote: > >>> This seems to be the problem. Gimp will only save as either indexed >>> or greyscale. I can change the mode whenever I need to edit. > >> It's not GIMP who makes this decision. The file format you have chosen >> (GIF) only supports grayscale or up to 256 indexed colors. Unless you >> have a very good reason to use GIF, you should consider switching to PNG >> instead. > > >> Sven > > Thanks for this Sven. The image is animated, so I am stuck with GIF. Not quite. The animated pendant to PNG is MNG and also supported by Gimp. It depends, however, whether the target application, i.e. the application that should display the image, supports this image format, as support for MNG is not yet as wide-spread as for PNG. Torsten signature.asc Description: OpenPGP digital signature ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
Re: [Gimp-user] Just Getting Started
Am 22.12.2010 21:29, schrieb sweetievee: > I'm just getting started with GIMP 2.6 and I have no idea what I'm doing. > I've tried doing an internet search for tutorials but I'm having trouble > finding ones specific to my needs and ones that are based on the version of > GIMP that I'm using. I tried clicking the tutorial tab on this website but it > only shows me the upgrades that GIMP made to the 2.6 version. I need some > sort of new user/layman tutorial. Does anyone know where I can get this? > > I've done airbrushing and recently tried to paste transparent words as a > layer. However, when I want to move a layer I previously pasted GIMP won't > let me select another layer. How do I do this? I've searched over the GIMP > tabs and can't figure it out. Please help! > You might want to have a look at the "Gimp User Manual" (available as PDF or HTML from http://docs.gimp.org/) or at the mature but still good to read "Grokking the Gimp" (http://gimp-savvy.com/BOOK/index.html - it was written for a much older version of the program, but the main difference is in the looks of the user interface, not the functionality, so it is still of good use when it comes to understanding what one is doing). hth Torsten signature.asc Description: OpenPGP digital signature ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user