Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 6,007
» Latest member: AlbertoA
» Forum threads: 7,413
» Forum posts: 40,356
Full Statistics
|
|
|
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.
|
|
|
Plugin-wr-curves crashing |
Posted by: caffeinated and confused - 08-09-2017, 03:55 PM - Forum: Extending the GIMP
- Replies (1)
|
 |
Hi there! I'm very new to Gimp and have been trying to learn how to use it to make GIFs. Everything seems to work fine except for one of the GAP plugins, specifically plugin-wr-curves. When I try to use it to apply a color curve effect on all the frames in a GIF it crashes when I click the "load curves" button and I get an error message: "Calling error for procedure 'plugin-wr-curves': Procedure 'plugin-wr-curves' returned no return values."
I have no idea what that means, and also no idea how to fix it, so if anybody on here has any clue what's going on I would be grateful for the help. Thanks!
ps: I have windows 10, I'm running gimp 2.8.22, and I'm not sure what version of GAP I have.
|
|
|
Dividing and printing a large image |
Posted by: RayArdia - 08-09-2017, 12:16 PM - Forum: Extending the GIMP
- Replies (7)
|
 |
p { margin-bottom: 0.1in; line-height: 120%; }
I am using Gimp 2.8 on an Ubuntu 16.04(linux) OS. I'm fairly familiar with Gimp, although my efforts, especially in the subject area, tend to be a bit 'hit and miss'.
I make mosaics and have need from time to time to re-size fairly small images (usually symbols of one kind or another) and to print at perhaps 400x400mm. Whilst I can tolerate the slightly fuzzy (even using Sinc (Lanczos3)), I really do need to find a way of dividing a large image into smaller, print-sized parts.
I had thought that slice-and-join.scm would do but cannot get it to work. One comment from a Ubuntu forum member was:-
"Actually just very buggy code. It append the Gimp data directory to any directory your give in the parameter dialog. So, when asked to use /tmp, it tries to open /tmp\home/me/Sandbox/Image.jpg.rcm. The file open fails, this isn't checked, and the ensuing write fails (the write:argument 2 must be: output port message, because it tries to write to #f (false))... In addition all the directory names processing uses hard-coded backslashes, so that's a Windows-only script."
Perhaps there's some truth in the above and that my trying to use it within a Linux OS was the main error; the fact is that I wasn't able to use that, so I need to find something else that will do the job - I'm hoping someone can help point me in the right direction.
Ray
|
|
|
python-fu doesn't work, childprocess doesn't fit |
Posted by: gutschy - 08-09-2017, 08:15 AM - Forum: Windows
- Replies (5)
|
 |
Hello to all and greetings from germany,
4 years ago I was using a few python-fu skripts that worked fine on my computer. 3 days ago I wanna use them again and failed.
Using gimp 2.8.16 on Win10 with 64biit. Using Python 2.7 und Python-Fu Console works fine.
When I started gimp from cmd-console with gimp-2.8.exe --verbose I've got a mesage about the failing of my scripts.
Code:
.....
clipboard: writable pixbuf format: image/tiff
clipboard: writable pixbuf format: image/jpeg
GIMP-Fehler: Unable to run plug-in "zuschneiden_HTML1_hinten.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\zuschneiden_HTML1_hinten.py)
Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)
GIMP-Fehler: Unable to run plug-in "zuschneiden_HTML1.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\zuschneiden_HTML1.py)
Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)
GIMP-Fehler: Unable to run plug-in "karten_details1_beispiel.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\karten_details1_beispiel.py)
Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)
GIMP-Fehler: Unable to run plug-in "karten_details1.py"
(C:\Users\Michael\.gimp-2.8\plug-ins\karten_details1.py)
Kindprozess konnte nicht ausgef³hrt werden (No such file or directory)
GIMP-Fehler means Gimp-Error and Kinprozess means Childprozess. Anyone with an idea what goes wrong.
Greetz,
Michael
using wrong words
|
|
|
|