Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 5,544
» Latest member: phoebus
» Forum threads: 7,142
» Forum posts: 39,060
Full Statistics
|
|
|
How to get error messages in plugin registration? |
Posted by: Ottia Tuota - 03-21-2020, 08:13 PM - Forum: Scripting questions
- Replies (4)
|
![](https://www.gimp-forum.net/images/default_avatar.png) |
I am on Windows 10.
I remember having seen how to get error messages from registration of a Python plugin, but I don't find it. (I guess it was on Gimp-Forum.com?)
I am making a plugin. It runs ok in the console. When I try to registrate it, I get no error messages but it does not appear in Gimp's menu. When I feed the registration part (without the main()) in the console, no syntax errors are found. I cannot see any faults in the code.
This situation has happened many times in the past, and every time it takes a long time to find the errors without any help from error messages. So, please, tell me how I can get the error messages, and the simpler the method the better.
|
|
|
Transparency |
Posted by: hendrikbez - 03-21-2020, 08:44 AM - Forum: General questions
- Replies (2)
|
![](https://www.gimp-forum.net/images/default_avatar.png) |
I have treid to make this two images to show transparency like I was one explained on wow do it, but I cannot get this 2 to show transparency
.
Nee help with this please
|
|
|
How do I edit the ways I can change the size of the tools? |
Posted by: lingling - 03-21-2020, 06:00 AM - Forum: General questions
- Replies (2)
|
![](https://www.gimp-forum.net/images/default_avatar.png) |
This is a very difficult question to explain cause I have no idea what the terms are, but basically, you used to have two slider options when changing the size of tools. One where you could slide and it would stay with your pointer, and another where you would slide and it would go at a slower, steadier rate. This was removed in the most recent version of gimp and I was wondering if it's possible to enable it?
|
|
|
Precision: 8, 16 or 32 bit? |
Posted by: Krikor - 03-20-2020, 07:25 PM - Forum: General questions
- Replies (2)
|
![](https://www.gimp-forum.net/uploads/avatars//avatar_2172.png?dateline=1554318307) |
Hi,
I was trying to use the RGB equivalent of a specific CMYK, namely 4,100,95,0 (RGB = 244,8 0,0 12,8; #F5000d).
However, although I selected this color (# F5000d) the result when checked was always #F5000c; RGB 245.0 0.0 12.0
Even at http://paletton.com/#uid=75B0u0kw0vijNCzp8xHytouDMjd when I entered the code #F5000d, the code #F5000c was automatically assumed.
I struggled with this limitation for some time until I finally looked for a solution.
This happened by chance, when doing experiments I changed the precision from 8 bit to 16-bit integer and voilà.
With that precision, I was able to select the color #F5000d and now the Color Picker Tool recognized that color. (Although the RGB slightly different 245.0 0.0 13.0)
I am not aware of this precision issue (Image - Precision - x bit)
Does choosing between 8 bit, 16 or 32 results in some type of higher memory or processor consumption?
Can I select the option 32 bit (or 16 bit) without any fear of any unknown consequences?
In general what reference should I take to find out what is the best precision that best suits my use?
Thanks in advance!
|
|
|
Where are 2.10 thumbnails? |
Posted by: gimp_thumbnails - 03-20-2020, 10:56 AM - Forum: General questions
- Replies (3)
|
![](https://www.gimp-forum.net/images/default_avatar.png) |
Hello everybody,
I recently switched from 2.8 to 2.10 (Windows 8.1). Everything works just fine but :
- In 2.8, all the thumbnails generated by GIMP were stored in C:/Users/MyName/.thumbnails/normal
I used to manually get rid of the many useless thumbnails from time to time.
- But in 2.10.18, the thumbnails seem to be stored somewhere else, and I can't find where.
Can anybody help me ?
Thanks in advance.
|
|
|
Make grid look like Inkscape |
Posted by: meetdilip - 03-20-2020, 07:26 AM - Forum: General questions
- Replies (5)
|
![](https://www.gimp-forum.net/uploads/avatars//avatar_3377.png?dateline=1574221984) |
I like Inkscape grid colours. They look very clean and crisp. When I tired GIMP the grid colours were as if it had a tone of sepia to it.
It will great if anyone can teach me how to make GIMP grid as in Inkscape. Thanks.
|
|
|
Retain RGB values on 0 alpha pixels? |
Posted by: ReeceGames - 03-16-2020, 12:06 AM - Forum: General questions
- Replies (1)
|
![](https://www.gimp-forum.net/images/default_avatar.png) |
I am making a Minecraft texture pack for bedrock edition, and the grass overlay system puts the overlay color on top of the RGB value of a given pixel, with the transparency of that pixels alpha channel. What this means is, to make a proper texture, you need to put the dirt part of the grass with an alpha of 0.
Unfortunately GIMP replaces the RGB values of a 0 alpha pixel with black.
Does anyone have a way to make a completely transparent pixel that still has a chosen RGB value?
|
|
|
|