Switch to full style
Post all Gimp scripts and script writing questions here
Post a reply

Create Oreo cookie text plugin

Tue Mar 09, 2021 11:38 pm

Here I go again. This is a request from Issabella. Thank you Issa, I had a good time making writing this plugin! :bigthup

Image

Re: Create Oreo cookie text plugin

Wed Mar 10, 2021 1:19 am

I have a problem at this point. Sorry

Re: Create Oreo cookie text plugin

Wed Mar 10, 2021 1:32 am

Pocholo, I received the same error as Issabella:
Image

Re: Create Oreo cookie text plugin

Wed Mar 10, 2021 1:56 am

Thank you for the feedback, Issabella and Mackenzie. A script was missing in the folder. I thought the script "selection rounded selection" was a default script from GIMP. I included it in the the Original folder zip.

Re: Create Oreo cookie text plugin

Wed Mar 10, 2021 3:44 am

Thank you Pocholo. This one is working great.
Only a request if possible: Layer T needs correction to be visible the nice decoration. I used curves.
Thanks again. :clap :tyspin

Re: Create Oreo cookie text plugin

Wed Mar 10, 2021 10:36 am

Issabella wrote:Thank you Pocholo. This one is working great.
Only a request if possible: Layer T needs correction to be visible the nice decoration. I used curves.
Thanks again. :clap :tyspin


OK, thanks. You can also fix it by changing the Layer's Mode to the T layer to "Screen". if you have Notepad or Notepad++ you can add this line; Copy this line and pasted after line 249.
Code:
pdb.gimp_layer_set_mode(cockieT, LAYER_MODE_SCREEN)

Re: Create Oreo cookie text plugin

Wed Mar 10, 2021 12:53 pm

Thanks for the help, it has worked correctly. :clap

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 9:29 am

I'm glad you like it Issabella, and solved the problem. :hi5

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 3:12 pm

:tyspin Thank you so much Pocholo.

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 4:57 pm

This is what I get when I run the plugin:
Image

I added the line in the plugin and it didn't do anything like what Issabella's out come turned out to be.

Here is the screenshot of the coding:
Image

Also, is it possible to have the options to flatten the image when it's done and make the font size larger when using a different font?

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 5:39 pm

Hi Mackenzie, the added line work, I think is your PC screen. Every PC have a different way to project colors. Thake a look on this article to se if it help. https://www.qualitylogoproducts.com/pro ... colors.htm

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 5:49 pm

mackenzieh wrote:This is what I get when I run the plugin:
[ Image ]

I added the line in the plugin and it didn't do anything like what Issabella's out come turned out to be.

Here is the screenshot of the coding:
[ Image ]

Also, is it possible to have the options to flatten the image when it's done and ?make the font size larger when using a different font?


If you want to have a larger font just change the number marked in the params look at the image.

Image

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 5:49 pm

Pocholo, it's not my PC screen. Even if I have the brightness turned up a little, what I see on my outcome isn't anything like Issabella's. Is there a way to place an option to flatten the layers?

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 5:59 pm

I don't know what to tell you about the color. Ok, create a duplicate of the "Cookie T" Layer, to see if you like it like that.

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 6:01 pm

Pocholo wrote:I don't know what to tell you about the color. Ok, create a duplicate of the "Cookie T" Layer, to see if you like it like that.
I will try that. Thanks.

Re: Create Oreo cookie text plugin

Thu Mar 11, 2021 6:09 pm

Pocholo,
I doubled the T layer and I still didn't get the outcome like Issabella did:
Image

Since Issabella mentioned that curves works to make the text stand out, what line in the code would curves be placed? Maybe that should be included. Also what line can be added to the plugin to have an option to flatten the image?

I also added curves to the T layer and duplicated it. Here is my outcome:
Image

I find it better.
Post a reply