Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,882
» Latest member: J8)st
» Forum threads: 7,669
» Forum posts: 41,733
Full Statistics
|
|
|
clipboard entry not showing in pattern fill |
Posted by: Guillaume - 08-11-2017, 11:10 PM - Forum: General questions
- Replies (2)
|
 |
My pattern-fill refuses to show the edit/copy item from the clipboard. I am doing a tutorial by Meez "How to put text inside text". The tutorial doesn't address this "no show" issue. What to do to make it appear? I see no deviation from the lesson's steps.
|
|
|
Gimp Crashes On Startup |
Posted by: BrassRaptor - 08-11-2017, 09:04 PM - Forum: Windows
- Replies (16)
|
 |
Hey! This is the first time I've installed Gimp on this computer, and I could really use some help getting it started.
I'm running it on a Windows 7 64-bit OS, and using the latest version of Gimp, v. 2.8.22.
I installed Gimp a few hours ago and tried several solutions I found on the internet (deleting files, renaming files, leaving it alone for a period of time, etc.), but end up with the same crash report whenever I try to start it up for the first time.
It crashes immediately once it reaches the "Updating tag cache" stage.
I can't seem to get passed the initial startup of Gimp, and was wondering if anyone had any solutions...? Or perhaps recommend to me which version I should download, since maybe my OS is a little outdated for the latest version of Gimp...?
Thanks!
|
|
|
gif "jumps" |
Posted by: lillr - 08-11-2017, 01:35 PM - Forum: General questions
- Replies (1)
|
 |
Ive added a gif to a static background image using gimp but when i play it back the gif flashes on the screen before playing again, is there anyway of getting it to still loop but without it flashing?
many thanks!
|
|
|
Convert folder of images to gif in batch mode |
Posted by: Neywiny - 08-10-2017, 11:36 PM - Forum: General questions
- Replies (1)
|
 |
So I've been able to open all the images as layers and then export as a gif, but only in the gui. Is there a way that batch mode can do this?
I've looked into it but don't see how to add the parameters to the save file parameters that I need, like frame times. The image names are frame#".png" and don't require any additional correction or optimization, I've looked into it and the frames are just too different for optimization to help.
|
|
|
ofn-tiles & ofn-export-layers |
Posted by: Ofnuts - 08-09-2017, 09:15 PM - Forum: Extending the GIMP
- Replies (43)
|
 |
The place to discuss ofn-tiles (still fairly experimental as this thread is started) and ofn-export-layers
ofn-tiles and ofn-export-layers are available here (as separate packages).
So, you have a layer, ofn-tiles will cut it into X by Y tiles (you give the number of tiles of each direction), and save each tile in a
specified directory. ofn-tiles in accessed via Layer>Save as tiles.
Name of the tiles: the file names of the tiles are obtained by inserting the row and column number of the tile (or its sequence number) in a string that your provide. The place where these numbers are inserted are indicated by names in braces:
- row0, row1 is the row number of the tile. When using "row0" the first row is 0 and when using "row1" the first row is 1.
- column0, column1 is the column number of the tile. Ending in 0,1 is same as above
- tileRC0,tileRC1, tileCR0,tileCR1, is the tile number. Ending in 0,1 is same as above. The *CR has the rows scanned first so tiles 1, 2, 3 are in the first column while the *RC has the columns scanned first, and tiles 1,2,3 are in the first row.
- the string is the complete name of the file and should have an image format extension (png, gif, jpg...) since it will be used by Gimp to determine how to save the file. The defaults settings for the file type are used.
- the name pattern is actually a Python format, so modifiers can be used. For instance {row0:03d} will insert the row number on at least three digits, with zeroes added to the left if necessary: "000", "001", "013", "099", "100"
ofn-export-layers is a close cousin, it exports all the layers of the image as separate files, using the same flexible way of naming the output files.
|
|
|
|