Re: [Gimp-user] New mailing list

2022-10-23 Thread Kevin Cozens
setting up the list. I suspect the 100 user limit will be reached rather quickly. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why

Re: [Gimp-user] Question about scripting

2022-07-30 Thread Kevin Cozens
uot; \"/home/user/ev.jpg\")" -b "(gimp-quit 0)" -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powe

Re: [Gimp-user] script-fu question

2021-10-19 Thread Kevin Cozens
tice the above. You are creating a new display but did not save the image ID. You need to pay attention to functions that return a value and do something with the return values. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.c

Re: [Gimp-user] Script-fu in GIMP - and batch processing.

2021-06-09 Thread Kevin Cozens
e the new filename of "somefile-new.JPG". The simplest way to handle the situation is to read the files from one directory and save the modified version to another. The not so easy method is to split the string on the . in the filename in to "simefile" and ".JPG&q

Re: [Gimp-user] Script-fu in GIMP - and batch processing.

2021-05-30 Thread Kevin Cozens
ne is that you are passing two strings to + instead of passing numbers to it. The + symbol means add two numbers together. What you want is string concatenation. Try the following: (filenamenew (string-append (car filelist) "-new")) -- Cheers! Kevin. http://www.ve3syb.ca/

Re: [Gimp-user] Rescuing old color negatives

2021-04-19 Thread Kevin Cozens
On 2021-04-19 6:05 p.m., Rick Kline wrote: Here’s some info on Negative Darkroom that Kevin Cozens mentioned. It’s more of an outline than a help article, but thought I’d share nonetheless. Just for the record, it was Alexandre Prokoudine that mentioned Negative Darkroom. Thanks

Re: [Gimp-user] Rescuing old color negatives

2021-04-19 Thread Kevin Cozens
in this mailing list some time ago. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner of Elecraf

Re: [Gimp-user] How to get a lighter neutral tone with gimp

2021-02-22 Thread Kevin Payne via gimp-user-list
of the supplied themes, mostly separating out the colour definitions to make it easier to modify, although several of the UI elements are defined by images which need to be mangled manually. Kevin ___ gimp-user-list mailing list List address:gimp-user-

Re: [Gimp-user] Citation

2021-01-11 Thread Kevin Cozens
to the program as GIMP and not gimp, then the version number of the program you were using. Saying "v2.10" or "version 2.10" should suffice. It would also be nice if you included a link back to the official web site. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Ne

Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-07 Thread Kevin Cozens
file but it might contain executable files. Not seeing an x in the file permissions is expected. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-brea

Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-03 Thread Kevin Cozens
it in Finder? That's a question for a Mac user. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner of Elecraf

Re: [Gimp-user] Opening uncompressed NASA image files in GIMP

2020-12-03 Thread Kevin Cozens
, grn, blu, sgr, vio, qub, or lbl. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner

Re: [Gimp-user] Recommendation on GIMP

2020-05-28 Thread Kevin Cozens
community at large. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner of Elecraft K2 #2172

[Gimp-user] Lost icons

2020-04-20 Thread Kevin Cook via gimp-user-list
with clone, text and selecting tools. So I would like to know how I can get them back. Please be aware that I am 60 years old and have a disability so make your instructions about sorting this matter as simply as you can. I await your reply inanticipation. Kevin Cook

Re: [Gimp-user] Gimp version

2020-04-18 Thread Kevin Cozens
up to you to keep the program up to date. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner

Re: [Gimp-user] Finding the Correct Font

2020-02-28 Thread Kevin Cozens
the name of the font will be in the .xcf file. Short of that, you can use websites such as identifont.com or https://www.myfonts.com/WhatTheFont/ to get an idea of the font used by telling those sites about characteristics of the characters in the image. -- Cheers! Kevin. http://www.ve3syb.ca

Re: [Gimp-user] Cahnge text in image

2020-02-15 Thread Kevin Cozens
need an app to attempt font identification. There are multiple websites available online that will attempt to identify a font for you given a sample image. There is at least one site that attempts to identify a font based on you telling it about various features of characters in the font.

Re: [Gimp-user] numbers

2019-12-11 Thread Kevin Cozens
make up a shell script to use ImageMagick to put numbers on the tickets. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why

Re: [Gimp-user] New image too large?

2019-07-11 Thread Kevin Cozens
any save that is in progress has completed. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner of E

Re: [Gimp-user] How to find midway

2019-06-21 Thread Kevin Cozens
or grow the selection half the number of steps It may not be the fastest method but it should work. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-brea

Re: [Gimp-user] Editing/replacing text on .xcf image

2019-06-09 Thread Kevin Cozens
that version available it will make it a lot easier to make the change you want to make. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why

Re: [Gimp-user] Export to pdf

2019-05-03 Thread Kevin Cozens
version should not change the appearance of the text. You need to do an export to PDF from the original multi-layer XCF file on a machine that has the fonts installed which are referenced by the XCF file. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny t

Re: [Gimp-user] Batch Image Manipulation, it's time to implement it in GIMP

2019-01-27 Thread Kevin Cozens
On 2019-01-08 2:23 a.m., Micha1982 wrote: BIMP does not work with Gimp 2.10 and it is not possible to do a batch resize of images. If all that is required is to do a batch resize you can do that with the convert program that is part of the ImageMagick set of programs. -- Cheers! Kevin

Re: [Gimp-user] How do i change the Colour that i am using to transparent

2018-11-20 Thread Kevin Cozens
On 2018-11-20 2:51 p.m., Orville Chen wrote: I have been trying for 2 hours to change it but i gave up so now i am skinger all of you How to do it??? You need an alpha channel on the layer. Layer -> Transparency -> Add Alpha Channel -- Cheers! Kevin. http://www.ve3

Re: [Gimp-user] GIMP user friendliness suggestion

2018-11-16 Thread Kevin Cozens
. It would be easy to change but it won't be changed. This has been discussed on many occasions in the past. Check the mailing list archives if you want to see the often rather lively debates that took place on this topic. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make th

Re: [Gimp-user] Best way to upscale an image

2018-11-10 Thread Kevin Cozens
if there was a larger version of the image and you could scale it down. Making it twice the size may not work out as well as you might like for use in a book. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | dis

Re: [Gimp-user] gimp 2.10.4 midi not working

2018-08-16 Thread Kevin Cozens
to the path in both LD_LIBRARY_PATH and PKG_CONFIG_PATH. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful&q

Re: [Gimp-user] Source of photos

2018-08-12 Thread Kevin Cozens
system and support for dragging and dropping in to GIMP. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny things that https://www.patreon.com/KevinCozens | distract the mouth-breathers, and | that's why we're powerful&q

Re: [Gimp-user] Quicker way to audition fonts?

2018-06-29 Thread Kevin Cozens
On 2018-06-29 12:38 PM, GerryPeters wrote: A font viewer / manager is the best way. There is also Font Manager and Fonty Python in Linux. Just a reminder, it is possible to generate an image of all the installed fonts. IIRC, you can do that via a feature in Scribus. -- Cheers! Kevin

Re: [Gimp-user] Python script

2018-06-21 Thread kevin payne via gimp-user-list
On 21 June 2018 at 10:32, Alexander V. Kalachev via gimp-user-list wrote: > Dear list members, > > I wrote a script that adds an outline to the text. The script works as I > expected with on exception. When it finished, it removes all textual > information and converts the text into graphics.

[Gimp-user] Bugs and error

2018-05-28 Thread Kevin Prayogo G
Hello, earlier this app is fine, but after I update it to 2.10, healing and clone tool is broken, I get angry because my work gets annoyed, so please fix the app again. thank you ___ gimp-user-list mailing list List address:gimp-user-list@gnome.org

Re: [Gimp-user] gimprc in 2.10

2018-05-23 Thread Kevin Payne
From: gimp-user-list on behalf of Maurizio Loreti >Hello - >I installed gimp 2.10.0 on my iMac; and edited the related gimprc inserting >the two lines > >(default-snap-to-grid no) >(default-snap-to-canvas yes) >But these lines have

Re: [Gimp-user] [Gimp-developer] Curious about GIMP-2.10 bugs on Windows

2018-05-13 Thread Kevin Payne
On 05/11/2018 09:06 AM, Elle Stone wrote: > Are some/many/most of the problems being reported for GIMP-2.10 on > Windows, only specific to Windows? > > Or are these bug reports by Windows users simply bugs that weren't > detected by various people running GIMP-2.9/GIMP-2.10-rc/GIMP-2.10 on >

Re: [Gimp-user] [Gimp-developer] Curious about GIMP-2.10 bugs on Windows

2018-05-12 Thread Kevin Payne
>That would explain a lot. Though people do manage to compile GIMP on >Windows, it's apparently not easy to do. >Partha's 2.9/2.10 builds for Windows have been available for a long time >(https://www.partha.com/), without giving rise to nearly so many bug >reports as the official release of

Re: [Gimp-user] Update: 2.10.0 now opens.

2018-05-01 Thread Kevin Cozens
is missing or out-of-date. I could also check on information related to the other language bindings (Python, perl, and Ruby). It comes down to a question of priorities as I have a lot of projects on my plate. -- Cheers! Kevin. http://www.ve3syb.ca/ | "Nerds make the shiny t

Re: [Gimp-user] Mailing list issue

2018-04-11 Thread Kevin Payne
And Alex explained why this is happening a month ago: https://www.mail-archive.com/gimp-user-list@gnome.org/msg13187.html Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of ugajin <uga...@zoho.com> Sent: 10 April 2018 16:

Re: [Gimp-user] Contact Sheet

2018-04-08 Thread Kevin Cozens
, generates HTML thumbnail galleries complete with HTML code, and probably more tricks since then. Another option is to use montage from ImageMagick. -- Cheers! Kevin. http://www.ve3syb.ca/| "Nerds make the shiny things that https://www.patreon.html/KevinCozens | dis

Re: [Gimp-user] Contact Sheet

2018-04-07 Thread Kevin Cozens
! Kevin. http://www.ve3syb.ca/| "Nerds make the shiny things that https://www.patreon.html/KevinCozens | distract the mouth-breathers, and | that's why we're powerful" Owner of Elecraft K2 #2172 | #include |

Re: [Gimp-user] Any way to resize all the layers in an xcf file to fit the canvas?

2018-03-12 Thread Kevin Cozens
figure out how to use the script, or at least will use the trick. That script could be worth including as part of what ships with GIMP. -- Cheers! Kevin. http://www.ve3syb.ca/| "Nerds make the shiny things that https://www.patreon.html/KevinCozens | distract the mouth-brea

Re: [Gimp-user] Question about fonts and XCF files

2018-02-24 Thread Kevin Cozens
, or PDF file, using the fonts. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!" #include | --Chri

Re: [Gimp-user] Error message when running GIMP

2018-01-18 Thread Kevin Cozens
s in your installation of GIMP. The script-fu-register block should only provide the name of the script and the menu entry used to run the script. Where the menu entry is to appear (ie. the path to it) is given in a script-fu-menu-register block. -- Cheers! Kevin. http://www.ve3syb.ca/

Re: [Gimp-user] Beginner's questions about Gimp & Wacom on Linux for a kid-friendly setup

2017-12-18 Thread Kevin Cozens
button will be personal preference. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!" #include |

Re: [Gimp-user] How to process photos that center exactly on photo paper standard sizes.

2017-11-06 Thread Kevin Cozens
or a word processing program where you can position and size the image as needed to have it appear on the printed page where you want it. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and t

Re: [Gimp-user] Compatibility with PS?

2017-10-30 Thread Kevin Cozens
will be converted to a bitmap. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!" #include | --Chri

[Gimp-user] Is a high bit depth monitor worth getting? (was Re: emerge --emptytree : how to ?)

2017-10-20 Thread Kevin Cozens
? Will your computers graphical environment (aka. desktop) support full use of a high bit depth monitor? -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why

Re: [Gimp-user] Double mails from the list ?

2017-06-18 Thread Kevin Cozens
.user". The reason for the double post may have something to do with the message being posted to two places where the second place is routed back to the mailing list. I can't that is what is actually happening. Just an educated guess. -- Cheers! Kevin. http://www.ve3syb.ca/ |&

Re: [Gimp-user] Open / Edit Nikon D5500 NEF files ?

2017-06-11 Thread Kevin Cozens
is Windows 10. You need to install the ufraw or dcraw plug-in for GIMP. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!"

Re: [Gimp-user] Help with Cropping

2017-05-25 Thread Kevin Cozens
-in for GIMP to let it read RAW files. You can install either dcraw or ufraw plug-in to let GIMP read the files. If you can't find either of those plug-ins you will need to convert the files in to a format that GIMP can read before you try loading them in GIMP. -- Cheers! Kevin. http

Re: [Gimp-user] Question About Recreating a Drop Shadow

2017-05-09 Thread Kevin Cozens
as created by GIMP it may be slightly different than a drop shadow created by Photoshop (or some other editing program) but it was most likely created using the built-in drop shadow features of GIMP. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that

Re: [Gimp-user] GIMP ---> Pixi: suggested name change

2017-05-08 Thread Kevin Cozens
commented on it being an acronym rather than a name. Thank you for the name idea. This topic comes up now and then. Bottom line is the name isn't going to change. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the

Re: [Gimp-user] Change the UI size?

2017-04-21 Thread Kevin Payne
ng list and is not the source of the messages. regards Kevin ___ 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] Does GIMP have automated macro / batch processing?

2017-04-04 Thread Kevin Payne
>Could you (or any kind-hearted individual) provide any idea or >feedback about http://gimpchat.com ? I would certainly recommend you post your requirement at GimpChat as there are a few people there who could create the script you require.

Re: [Gimp-user] How to input multiple lines of text onto seperate photos

2017-03-17 Thread Kevin Cozens
On 2017-03-16 07:43 PM, TeddyRuxpinBear wrote: http://pastebin.com/bhfhMAZY In the Script-Fu examples (0 0 0) should be '(0 0 0) -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and t

Re: [Gimp-user] GIT

2017-02-27 Thread Kevin Cozens
On 2017-02-26 06:54 PM, eingram25 wrote: I saw a reference to "git pull". What is git pull and where di I go to learn about it? Git is a program used to do version control of the files used by the GIMP project. For details about git go to https://git-scm.com/ -- Cheers! Ke

Re: [Gimp-user] 2.9.4 Release-Icons

2017-01-10 Thread Kevin Payne
/gimp-user-list No you won't be able to use Color-32 as it's a full theme not an icon theme. Also, unless some work has been done to allow for users to select larger icons, GIMP's use of the icon-theme mechanisn will prevent you from having larger icons. Kevin

Re: [Gimp-user] Script error - how to fix?

2017-01-10 Thread Kevin Cozens
You set the path by including a menu register call such as this: (script-fu-menu-register "script-fu-pandora-combine" "/Filters/Combine") -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecr

Re: [Gimp-user] HiDPI Displays

2016-12-30 Thread Kevin Payne
MP 2.8 themes. The 32x32 Symbolic theme is here: https://bitbucket.org/paynekj/paynekj-gi...-Big-32.7z The 32x32 Colour Theme is here: https://bit Kevin From: Praveen Baratam <praveen.bara...@gmail.com> Sent: 29 December 2016 18:56 To: Kevin Payne Cc

Re: [Gimp-user] HiDPI Displays

2016-12-29 Thread Kevin Payne
GIMP are you using (2.8.???) and where did you get this so-called gimp-hidpi theme? Kevin ___ 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: http

Re: [Gimp-user] hard lines gimp

2016-11-06 Thread Kevin Cozens
/argfgfgfgfg.jpg The image shows hardness is set to 1 but anti-aliasing is on. I think the anti-aliasing setting is causing the fuzzy type of edges. If you caned right click and edit the brush make a new one and turn off anti-aliasing. -- Cheers! Kevin. http://www.ve3syb.ca/ |"

Re: [Gimp-user] No Filenames Recognized By Gimp

2016-10-31 Thread Kevin Cozens
to install and what is the filename on the package? -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!" #include |

Re: [Gimp-user] Non-internet install

2016-10-18 Thread Kevin Cozens
put on a memory stick and use on any Windows machine without having to install the program. I have a USB memory stick containing a lot of portable apps for when I'm on the road, or using a computer other than my own. See http://portableapps.com/ for details. -- Cheers! Kevin. http

Re: [Gimp-user] Custom Script UI

2016-10-13 Thread Kevin Payne
MP plug-in I wrote some time ago: https://bitbucket.org/paynekj/paynekj-gimp-scripts/src/2e8e87faf5eaaf6036e0d8b68ff9f6f37a3f0421/plug-ins/pygtk_add_multiple_guides.py?at=default Kevin ___ gimp-user-list mailing list List address:gimp-us

Re: [Gimp-user] HELP putting words in 3d curved around a globe

2016-09-08 Thread Kevin Cozens
not be in your version of GIMP if you are using a more recent version of the program. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | pow

Re: [Gimp-user] Error while executing script-fu-smart-remove

2016-08-05 Thread Kevin Cozens
the words "gimp unbound variable" you would have found the solution on the page https://www.gimp.org/docs/script-fu-update.html You have an old script that is using a variable before it was defined. Make sure your variables are defined before you use them. -- Cheers! Kev

Re: [Gimp-user] set layer name

2016-08-03 Thread Kevin Payne
You got an answer when you asked the question on GimpForums: http://gimpforums.com/thread-set-layer-name Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of jbmorrison <for...@gimpusers.com> Sent: 02 August 2016 23:19 To: gi

Re: [Gimp-user] XGimp questions

2016-07-17 Thread Kevin Cozens
grateful. I don't know anything about XGimp. Your best bet is to contact the author of the program and ask them for help. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why

Re: [Gimp-user] small icons and display

2016-05-31 Thread Kevin Payne
If you are using GIMP 2.8, you might try this: http://gimpforums.com/thread-large-size-icons-themes Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of eric.clif...@esaconstruction.com <eric.clif...@esaconstruction.com&

Re: [Gimp-user] GIMP, .pdf, and threshold

2016-04-11 Thread Kevin Payne
My initial guess would be that your image mode is Indexed. Check Image>>Mode and make sure it is set to RGB after importing the images. Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of m.r...@5-cent.us <m.r...@

Re: [Gimp-user] Change the UI size?

2016-04-01 Thread Kevin Payne
point" and deciding that as it's a high dpi screen, it needs to be drawn bigger. I also don't have a high dpi monitor so this is all speculation. Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of Jehan Pagès <jehan.marmott...@

Re: [Gimp-user] Change the UI size?

2016-03-26 Thread Kevin Payne
larger size icons. Quite frankly, it's a mess at the moment. Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of DAWO <for...@gimpusers.com> Sent: 26 March 2016 10:58 To: gimp-user-list@gnome.org Cc: notificati...@gimp

Re: [Gimp-user] Cloning tool

2016-03-26 Thread Kevin Payne
Yes there is a clone tool in GIMP. Here is the documentation about it: http://docs.gimp.org/2.8/en/gimp-tool-clone.html Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of MiniBob <for...@gimpusers.com> Sent: 25 Marc

Re: [Gimp-user] Change the UI size?

2016-03-26 Thread Kevin Payne
://gimpforums.com/thread-large-size-icons-themes Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of DAWO <for...@gimpusers.com> Sent: 25 March 2016 09:57 To: gimp-user-list@gnome.org Cc: notificati...@gimpusers.com Subject: [Gimp-

Re: [Gimp-user] Color of fonts of context help

2016-03-24 Thread Kevin Payne
colour) You haven't said which operating system you are using and what the desktop theme colours are. Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of gm40 <for...@gimpusers.com> Sent: 20 March 2016 23:15 To: gi

Re: [Gimp-user] python-fu vs script-fu

2016-03-23 Thread Kevin Payne
How much extra time are you seeing with the Python dialog? Here on a Windows 7 machine, I can't be sure I'm seeing any difference, so it must be less than 0.5 seconds. Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf o

Re: [Gimp-user] python-fu vs script-fu

2016-03-22 Thread Kevin Cozens
. The times it takes to load the Python interepreter would be the lag you are talking about. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why

Re: [Gimp-user] python-fu vs script-fu

2016-03-22 Thread Kevin Payne
dependent on what you are trying to do. Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of uga...@talktalk.net <uga...@talktalk.net> Sent: 22 March 2016 19:04 To: ofn...@gmx.com; gimp-user-list@gnome.org Subject: Re: [Gimp-

Re: [Gimp-user] Sript Fu problems

2016-03-21 Thread Kevin Cozens
and changes in Script-Fu itself have meant some scripts need changes. If you provide more details about what is and isn't working for you more specific help can be provided. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2

Re: [Gimp-user] debugging script-fu with list->string

2016-03-20 Thread Kevin Cozens
der section 6.3.4 on page 28. There is a minor error in the printing of characters that I need to fix. It shows them as "#\x" instead of just "#\". I also just had a thought that this information should be put in to some document about Script-Fu basics. -- Cheers! Kevin

Re: [Gimp-user] debugging script-fu with list->string

2016-03-19 Thread Kevin Cozens
he script-fu.init file. It takes a list of characters and returns a newly allocated string from formed form the characters in the list. This is in accordance with the R5RS document (see page 30). -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that

Re: [Gimp-user] Scheme - image ID

2016-03-12 Thread Kevin Cozens
your define was (define (my-script-fu-script param1 param2) you would change it to (define (my-script-fu-script image drawable param1 param2) The variable name "image" will automatically be set to the ID of the image that you right clicked. -- Cheers! Kevin. http://www.ve3syb.ca/

Re: [Gimp-user] Scheme - image ID

2016-03-12 Thread Kevin Payne
which image it's in, using: gimp-image-get-active-layer Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of uga...@talktalk.net <uga...@talktalk.net> Sent: 12 March 2016 19:20 To: uga...@talktalk.net; gimp-user-li

Re: [Gimp-user] gimp-drawable-curves-spline

2016-02-24 Thread Kevin Payne
If you use the procedure-browser (at GIMP menu Help>>Procedure Browser) it shows the parameters required (which appear to be mostly the same, other than the control points have changed from being INT to FLOAT) Kevin Question for developers: Can you please make it possible to copy th

Re: [Gimp-user] Basic Color Management

2016-02-11 Thread Kevin Brubeck Unhammer
"Mike Brennan" čálii: > GIMP 2.8.14 Windows 7 64 > > In Preferences -> Color Management I've selected "Mode of operation" = > "Color managed display" > > There's a checkbox: "Try to use the system monitor profile" that I'm > unclear about. > > I've calibrated/profiled my display

Re: [Gimp-user] Where are the plug-ins?

2016-02-10 Thread Kevin Payne
It's all still there, just click-through on "see the glossary": http://registry.gimp.org/glossary/a Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of Dennis G. Wicks <gimp-for...@mgssub.com> Sent: 10 Februa

Re: [Gimp-user] Can't open nef images in gimp 2.9.3

2016-02-09 Thread Kevin Cozens
. For loading NEF files you need the gimp-dcraw or gimp-ufraw packages installed. On my machine I'm using the dcraw based package. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why

Re: [Gimp-user] [off-topic] how to register on gimpchat.com

2016-02-05 Thread Kevin Payne
I've posted a message asking for support on your behalf: http://gimpchat.com/viewtopic.php?f=13=13635 Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on behalf of Helmut Jarausch <jarau...@skynet.be> Sent: 05 February 2016 10

Re: [Gimp-user] how to scale down image without quality loss

2016-01-24 Thread Kevin Cozens
dpi value to at least 300 for such a small image. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful!" #include |

Re: [Gimp-user] Hiding tabs

2015-12-16 Thread Kevin Payne
> On Wed, Dec 16, 2015 at 12:45 PM, Greg Chapman wrote: > >> button and the menu option: Tab style > Option > Icon > > Which is the default value, no? :) > > Alex No. The default appears to be "Automatic" and hence the text is display

Re: [Gimp-user] Save and automatically apply a series of editing steps

2015-12-07 Thread Kevin Payne
the high-bit depth features (and all the GEGL operations), but perhaps that question (and the multitude of associated questions) would be better placed on the developers mailing list. Kevin From: gimp-user-list <gimp-user-list-boun...@gnome.org> on

Re: [Gimp-user] Plugin for copying mouse coordinates to clipboard

2015-12-06 Thread Kevin Payne
r this to happen, >>> someone will have to: >>> >>> 1) adjust UI to allow for more sample points; >>> 2) write PDB API; >>> 3) write a script to access sample points via PDB API and export their >>> positions. >>> >>> Volunteers are more t

Re: [Gimp-user] Save and automatically apply a series of editing steps

2015-12-06 Thread Kevin Payne
That then begs the question: Have any of the changes in 2.9.2 been reflected in updates to the pdb calls for scripting? And if so, how are the fixed 0-255 ranges being handled? From: gimp-user-list on behalf of Pat

Re: [Gimp-user] Plugin for copying mouse coordinates to clipboard

2015-12-06 Thread Kevin Payne
As GIMP's built-in mechanism for picking points (Sample points) is completely unscriptable (WHY ), I'd imagine creating a new, small layer consisting of some crosshairs, then having the user move that layer to the desired location and using a script to get that location. Kevin

Re: [Gimp-user] HEX to Pantone Color Conversion

2015-11-25 Thread Kevin Cozens
how accurate the colours are to actual Pantone colours but you could take a look. The palette file can be seen at http://ve3syb.ca/software/gimp/extras.html -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner of Elecraft K2 #2172 |

Re: [Gimp-user] any tricks for making black look really black

2015-11-05 Thread Kevin Cozens
you can get when printing in CMYK is C-75 M-68 Y-67 K-90 (from a formula on a web page). These percentages are different than I remembered. The main idea is that you need more than just black ink. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that dis

Re: [Gimp-user] Compatible Digital background Programs

2015-09-14 Thread Kevin Cozens
-up, school, etc. I think Londyn2015 is looking for a program that provides images that will be used in the background layer and then creating other visual elements on top of that. -- Cheers! Kevin. http://www.ve3syb.ca/ |"Nerds make the shiny things that distract Owner

Re: [Gimp-user] Comments on GIMP

2015-08-10 Thread Kevin Payne
abomination. Kevin Date: Mon, 10 Aug 2015 12:48:40 +0300 From: alexandre.prokoud...@gmail.com To: gimp-user-list@gnome.org Subject: Re: [Gimp-user] Comments on GIMP On Mon, Aug 10, 2015 at 12:29 PM, Ofnuts ofn...@gmx.com wrote: On 09/08/15 02:28, Kevin Cozens wrote: On 15-08-08 12:11

Re: [Gimp-user] Comments on GIMP

2015-08-08 Thread Kevin Cozens
On 15-08-08 12:11 PM, Ofnuts wrote: Which of the two scripting languages are you talking about? Two? There are four. Two of the four see the most use. -- Cheers! Kevin. http://www.ve3syb.ca/ |Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth

Re: [Gimp-user] Watermarking in batches

2015-07-14 Thread Kevin Cozens
point you to the program called composite which is part of ImageMagic instead of using GIMP. I'm a Linux user so I can't say for certain if that is an option for you. -- Cheers! Kevin. http://www.ve3syb.ca/ |Nerds make the shiny things that distract Owner of Elecraft K2 #2172

Re: [Gimp-user] a fish blowing bubbles

2015-06-26 Thread Kevin Cozens
the option to replace previous frames. -- Cheers! Kevin. http://www.ve3syb.ca/ |Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful! #include disclaimer/favourite

Re: [Gimp-user] What happened to old fonts?

2015-06-22 Thread Kevin Cozens
. -- Cheers! Kevin. http://www.ve3syb.ca/ |Nerds make the shiny things that distract Owner of Elecraft K2 #2172 | the mouth-breathers, and that's why we're | powerful! #include disclaimer/favourite | --Chris Hardwick

  1   2   3   >