Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,636
» Latest member: Mel987
» Forum threads: 7,498
» Forum posts: 40,913
Full Statistics
|
Latest Threads |
Endianess of pixel data i...
Forum: Scripting questions
Last Post: Ofnuts
8 hours ago
» Replies: 5
» Views: 275
|
Can not save or export pi...
Forum: General questions
Last Post: rich2005
Yesterday, 03:54 PM
» Replies: 4
» Views: 143
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
07-20-2025, 08:21 PM
» Replies: 22
» Views: 82,488
|
copy sequence of filters ...
Forum: General questions
Last Post: programmer_ceds
07-20-2025, 04:03 PM
» Replies: 3
» Views: 250
|
[Python] In-memory save p...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DunkleMaterie
07-20-2025, 12:54 PM
» Replies: 4
» Views: 202
|
text tool
Forum: General questions
Last Post: inemar
07-20-2025, 07:08 AM
» Replies: 2
» Views: 183
|
Python Snippets for GIMP ...
Forum: Scripting questions
Last Post: pixelmixer
07-19-2025, 06:51 PM
» Replies: 4
» Views: 208
|
Gimp 3.0.4 Appimage by Iv...
Forum: Alternate Gimp packagings
Last Post: vitforlinux
07-19-2025, 11:44 AM
» Replies: 0
» Views: 125
|
edit_paste pastes at inco...
Forum: Scripting questions
Last Post: class43
07-18-2025, 03:48 PM
» Replies: 2
» Views: 181
|
Open, save buttons on bot...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: GrumpyDeveloper
07-17-2025, 09:52 PM
» Replies: 8
» Views: 3,056
|
|
|
making a 'spokes on a wheel' design |
Posted by: Hikaru - 08-16-2020, 11:58 AM - Forum: General questions
- Replies (6)
|
 |
EDIT - after posting, I realized I posted to the wrong forum. I'll try to contact the Admins to get it moved/removed.
Hi all, I'm using GIMP 2.10.8 on Mac 0S Sierra 10.12.2.
How can I create a series of lines that radiate from the canvas center, and mark out equal segments of a circle? (I've put in place a horizontal and vertical guide, with the snap to guides turned on)
I've drawn two line segments, one that crosses the center of the canvas, and one that begins in the center of the canvas. But the rotate tool is based on a point in the center of my line segment.
ps - there is a video that shows how to do something like this, but there is no sound (!) and my eyes aren't good enough to see what s/he is actually doing. (I hope in this case it's ok I'm posting a link, I think it's the best way to explain)
https://www.youtube.com/watch?v=aN856eOx71k
Thank you very much
Hikaru
(I have some experience using photoshop, and I've made a flyer and a business card so far with GIMP.)
|
|
|
individual canvas size for layers? |
Posted by: s1wurm - 08-15-2020, 06:33 AM - Forum: General questions
- Replies (4)
|
 |
I'm working on a huge (14'x8') image that I'm slicing down into individual standard US Letter size fragments. I need to export the layers created this way to a PDF with each layer as a page. When I do this, the individual pages it creates seem to keep the main canvas size of the huge image as the page size, rather than the boundary of each layer. Is there anything I can do to make each layer's boundary the size of its page in the PDF? I'd like to avoid having to manually crop each page, since there are 224 of them.
Thank you in advance!
|
|
|
Is there a way to automate file exports to make anim frames? |
Posted by: rgbellotti - 08-14-2020, 08:36 PM - Forum: Scripting questions
- Replies (2)
|
 |
Rather than creating multiple layers within GIMP to build animations with, I would like to be able to export multiple images with a naming system like sample_001.jpg, sample_002.jpg, sample_003.jpg etc. The idea being, that each one will be the same image with the same filter applied, but each export will slightly modify one (or more) of the filters attributes. For example, started with a normal image, and then on each export, applying a blur filter so that the first image is crystal clear, and the last image is max blur. To do this manually, I can apply the blur filter -> export -> undo blur -> re-apply blur with a more intense setting -> export -> undo blur -> and so on. Eventually having a folder of images with a "gradient" of blur applied to them collectively, which I can then import into a video editor to chain together.
I'm thinking I can use python for this, but haven't been able to find an example showing how that would be possible
I'm new to python-fu (and scheme, but I know python so I was hoping I could use it instead of scheme). Anyways, I was thinking it could have something to do with the process of selecting the "pdb.file_jpeg_save" plugin in the python-fu console, and creating a for loop or while loop so that I can save a file in each iteration using the string filename = "image" + increment_variable, and then also applying a filter and incrementing or decrementing a filter parameter too.
Are there any good tutorials that cover these types of specifics? Thanks in advance!
|
|
|
Heal Transparency |
Posted by: meetdilip - 08-13-2020, 10:52 AM - Forum: General questions
- Replies (2)
|
 |
I saw the option " Heal Transparency " under the " Enhance " menu just near to " Heal selection ". I have used " Heal selection " option but not sure what is the use of " Heal Transparency " ? Any tips will be great. Thanks.
|
|
|
I received a warning from Google |
Posted by: kenny1999 - 08-13-2020, 07:39 AM - Forum: Gimp-Forum.net
- Replies (2)
|
 |
I received a warning of red color from Google that 15 of my saved sites has leaked
the password during a recent incident, which includes this site. I'd like to know
if other members here also experience the same issue??
|
|
|
Export Selection/Incremental Name Save? |
Posted by: GeneralDrillhamster - 08-12-2020, 07:50 PM - Forum: General questions
- Replies (1)
|
 |
I wanted to do something that I thought would be easier than it seems to be. Basically, I was hoping I could just simply make a rectangle selection (on a photo that has anywhere from 4 to 6 scanned photos from the scanner) and just right click each selection and export out. This doesn't seem possible, so I started making a macro that basically: Copies selection, pastes copy to new image, and then exports. The problem I now run into is that when it says "there's already a file with this name", it only has the option to Cancel or Manually Rename. There's simply no option to "save a copy" (incremental file name), so now every save needs manually renamed. I'd be totally fine with just "Untitled-0001", "Untitled-0002", etc. and without having to type it in every time.
I started getting a headache trying to script my macro to insert the current date and time at the naming screen instead of forcing me to manually type it in every time.
Is there some easier way to go about this? The most simple way I was expecting was to just:
1. Ability to export current selection.
2. Export with incremental naming capabilities whether in series or by current date & time.
Any help would be appreciated! I have boxes and boxes of photos to do this with.
|
|
|
|