Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,902
» Latest member: jesica
» Forum threads: 7,354
» Forum posts: 40,046
Full Statistics
|
|
|
Simple ways to transform path segments |
Posted by: UndeadScobie - 04-30-2018, 01:01 PM - Forum: General questions
- Replies (10)
|
 |
Hey, I'm working on making repeating patterns right now and I'm trying to use the paths tool for this purpose. I want to be able to make paths that are mirrored or otherwise composed of identical path segments that have been transformed (rotated or flipped) but identical in shape, and still joined. This seems to me like it should be a simple process but I cannot find a way to do it. I know one can copy whole paths and transform those, but then I don't know how to cleanly rejoin them to the original path. Is there a reliable way to do this in Gimp? Do I need a plugin? Or should I just be using a different program? I'm on 2.8 at the moment. Thanks in advance.
|
|
|
svg file support |
Posted by: gimp-artist - 04-30-2018, 09:34 AM - Forum: General questions
- Replies (5)
|
 |
Gimp supports svg file format. I downloaded some gradients, which is svg file format. I placed it in the folder I specified in the preference dialog for gradients. Then I restarted gimp and refreshed gradients.
Nothing happens. Nothing is easy really. How do I make it appear in the gradients list?
|
|
|
Convert vmod to regular image |
Posted by: metulburr - 04-29-2018, 10:02 PM - Forum: General questions
- Replies (1)
|
 |
I am trying to make a custom image using the background of a vmod. Apparently the only decent image you can get of this board game that is not a screenshot of it as it lay on your table is from here.
http://www.vassalengine.org/wiki/Module:..._Marauders
But its a vmod file. I have no idea what this is. But all i want is it converted to some form of an image file to use as a background to add things to in gimp.
I have googled around but i cant seem to find anything related to converting it to a png or jpeg. GIMP doesnt seem to be able to open it up as is either. I am also on linux. I searched and it is some form of a video file. Is there a way to take a frame from that video file to make an image that is png?
|
|
|
New "Gimp version" field in your profile |
Posted by: Ofnuts - 04-29-2018, 08:51 PM - Forum: Gimp-Forum.net
- No Replies
|
 |
A "Gimp version" field has been added to the user profile. You can edit your profile and set that to your usual Gimp version. This information is displayed in your "postbit" next to your posts.
|
|
|
Rotating a selected part of an image |
Posted by: gimp-artist - 04-29-2018, 12:42 PM - Forum: General questions
- Replies (4)
|
 |
I selected a part of an image using rectangular select tool. I did shift+R to rotate the selected part. I adjusted parameters in the rotate dialog box appropriately. I chose the selection in tool option. Finally I clicked the rotate button in rotate dialog box. The result is only rotating the marching ant not the image itself. I don't understand.
To make it work, I did all things above paragraph except I chose the layer in tool option. This time the selected part of the image rotated as I adjusted in the rotate dialog box. However the rotated image is cut off the outside of originally selected area. I don't understand.
How do I resolve this issue?
|
|
|
Parametric brush |
Posted by: gimp-artist - 04-29-2018, 02:26 AM - Forum: General questions
- Replies (3)
|
 |
I made a parametric brush by using brush editor. It was named "untitled" automatically. So, I changed the name to "starFrDtc". Then I refreshed the brush lists.
Here is the issue. I went to the folder for the brush in the terminal. Its name was still "untitled". I restarted my ubuntu system. Its name is still "untitled".
How do I change the name really?
|
|
|
ubuntu xenial and flatpak |
Posted by: rich2005 - 04-28-2018, 01:43 PM - Forum: Gimp 2.10
- Replies (16)
|
 |
Some notes and observations for ubuntu users, in particular 'buntu 16.04 'xenial'
Installing flatpak (All done in a Kubuntu 16.04 VM)
add a flatpak ppa, update and install
Code:
sudo add-apt-repository ppa:alexlarsson/flatpak
sudo apt update
sudo apt install flatpak
also might be needed is:
Code:
flatpak remote-add --from gnome https://sdk.gnome.org/gnome.flatpakrepo
Once that is done, look at https://www.gimp.org/downloads/ for some directions on installing the gimp flatpak. This works, it does ask for confirmations / root password when appropriate.
Code:
flatpak install https://flathub.org/repo/appstream/org.gimp.GIMP.flatpakref
Takes a little while but when finished open a terminal and execute the command flatpak run org.gimp.GIMP
and Gimp should start as: screenshot https://i.imgur.com/NdAGX4I.jpg
You do not want to be using a terminal all the time. There is a launcher org.gimp.GIMP.desktop in
/var/lib/flatpak/app/org.gimp.GIMP/current/active/files/share/applications
I could not get that to work for me, so used the stanza from it, to make a new launcher.
Code:
/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=gimp-2.10 --file-forwarding org.gimp.GIMP @@u %U @@
Do not ask me why, but it works.
The Gimp profile and some peculiarities
Looking in Edit -> Preferences -> Folders -> Plug-ins for example, the paths Gimp starts with:
![[Image: cIFBK8Z.jpg]](https://i.imgur.com/cIFBK8Z.jpg)
However, Gimp also creates a more regular Gimp profile ~/.config/GIMP/2.10 and seems to prefer that. You will need to add that to the various resources paths.
My advice, neither are convenient. If you mess with Gimp resources a lot, make your own folders somewhere in your home partition and add to the Gimp paths. As this example, changed the theme, icons, added some folders in home.
![[Image: GtsVfDD.jpg]](https://i.imgur.com/GtsVfDD.jpg)
What works (and does not work)
I think many scripts and plugins will work out of the box. I tried resynthesizer and heal selection - all working. As an example, another compiled plugin, guillotine-into-layers then a script grid-of-guides and Ofnuts bend path python plugin.
![[Image: ahRrzPA.jpg]](https://i.imgur.com/ahRrzPA.jpg)
What does not work (easily)
I was disappointed when my FFT plugin failed. That needs libfftw3.so.3 files. Another was the g'mic plugin, not even the QT version but GTK.
This involves a bit of gentle hacking, very tedious to track down dependencies and then you will need to put them as root in:
/var/lib/flatpak/runtime/org.gnome.Platform/x86_64/3.28/some-long-string/files/lib
Nothing like making it easy for the poor user Another peculiarity, all the files there are rwxr-xr-x (chmod 755)
Did I get gimp-g'mic working? Most of it.
![[Image: 6Zi8gjF.jpg]](https://i.imgur.com/6Zi8gjF.jpg)
If you have tried out the Gimp flatpak, and have any tweaks and hacks, please post a follow up with your experiences.
|
|
|
|