Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,586
» Latest member: Bookman
» Forum threads: 7,459
» Forum posts: 40,758
Full Statistics
|
|
|
Add title to Symbol file |
Posted by: meetdilip - 05-21-2021, 06:06 AM - Forum: Other graphics software
- No Replies
|
 |
I created a Symbol file for Inkscape using Bootstrap icons. I went well except for the fact that none of the icons has a <title></title> element. But the info required for the title is available in " class ", please see the code below. While I can manually add it for one or two icon/symbol, there are around 1.5K of them in the Symbol file
Code:
<symbol
id="symbol16060"
width="16"
height="16"
fill="currentColor"
class="bi bi-currency-pound"
viewBox="0 0 16 16">
<title id="pound gbp">GBP Currency Pound</title>
<path
d="M4 8.585h1.969c.115.465.186.939.186 1.43 0 1.385-.736 2.496-2.075 2.771V14H12v-1.24H6.492v-.129c.825-.525 1.135-1.446 1.135-2.694 0-.465-.07-.913-.168-1.352h3.29v-.972H7.22c-.186-.723-.372-1.455-.372-2.247 0-1.274 1.047-2.066 2.58-2.066a5.32 5.32 0 0 1 2.103.465V2.456A5.629 5.629 0 0 0 9.348 2C6.865 2 5.322 3.291 5.322 5.366c0 .775.195 1.515.399 2.247H4v.972z"
id="path1872-3" />
</symbol>
Is there any method to automate the process ? ie, fetch the name from "class" and add it as <title id=name>name</title>
Thanks.
|
|
|
Gimp functions |
Posted by: patchfree - 05-20-2021, 12:53 PM - Forum: General questions
- Replies (1)
|
 |
I am looking for the following functions, are there in GIMP ?:
- Replacing a color by another
- attributing a transparence from a color or a range of colors
Thank you.
|
|
|
Can't click and drag layers |
Posted by: Yanny - 05-20-2021, 09:25 AM - Forum: General questions
- Replies (5)
|
 |
I don't know if I'm missing something insanely obvious like a checkbox, but I can't use my mouse to move things around in the layers box. Wouldn't be a problem but it means I can't add things to a layer group. Answer will inevitably make me feel stupid but I cannot figure it out.
|
|
|
Rectangle Resize Shape |
Posted by: slider311 - 05-18-2021, 12:14 PM - Forum: General questions
- Replies (1)
|
 |
I created a rectangle that was to large and filled it in with the color white and placed text in the box. I clicked out of the rectangle tool and onto another tool, but now want to decrease the size of the rectangle box. Instead of having to re-draw the rectangle I would just like to make it smaller by re-sizing it.
How can done this best be done.
Gimp 2.10
|
|
|
Openshot video editor for Gimp animations. |
Posted by: rich2005 - 05-18-2021, 10:22 AM - Forum: Other graphics software
- Replies (7)
|
 |
Not a tutorial. Some notes on using Openshot video editor for transitions. Openshot has lots of various effects but it is not really made for producing small frame sizes suitable for Gimp. It is possible.
You need to make your own 'output profile'. There is guidance in the Openshot documentation. As an example for a 200x200 animation. Set your own width / height to suit your project. It is a simple text file and goes in the Openshot profile ~/.openshot_qt/profiles folder.
Code:
description=200x200
frame_rate_num=10000
frame_rate_den=1001
width=200
height=200
progressive=1
sample_aspect_num=10
sample_aspect_den=10
display_aspect_num=10
display_aspect_den=10
Video demo: https://youtu.be/EeE-7-E1dyE duration 7 minutes.
Bonus Tacked a bit on the end for a MathMap animated transition.
|
|
|
|