It is currently Thu May 09, 2024 12:38 am


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 10 posts ] 
Author Message
 Post subject: My new filter LineArtFramed (updated again)
PostPosted: Mon Jun 19, 2023 9:33 am  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
As you know, recently I did many attempts on working on G'MIC filters.
They were so far personal plays using as source the images of Aquilina108, on Deviant Art.
Issabella asked me to "formalize" a piece of code which could be tested by her, my traditional and very effective co-teamer in the past.
I agreed and prepared the LineArtFramed filter, in python as usual.
Today we both thought that the tests could have reached a reasonable state of stability, hence we decided together that it was time to release it.
It has been created with my old knowledges, so nothing new in the code; my brain is no more capable to absorb new coding capabilities; so, sorry in advance for the techniques.
The name of the filter is quite heterodox: real Line Art is something different.
Nevertheless I kept the name I gave to my code at the beginning, once started exploring the G'MIC filters set Contours.
So, here it is:
Attachment:
DIEGO_SIMPLEFILTERS_LineArtFramed.7z [4.22 KiB]
Downloaded 31 times

Consider it as a simple divertissement to play with when annoyed.
As usual, the contribution of Issabella was determinant, first of all in coming out from my dolce_far_niente, and more important in performing a stress test to stabilize it.

Many many thanks to my dear friend Issabella! :jumpclap :jumpclap :clap :clap :gimp :gimp

last updated release at post # 6

_________________
"Where am I ?"


Last edited by dinasset on Thu Jul 06, 2023 5:10 am, edited 3 times in total.

Share on Facebook Share on Twitter Share on Orkut Share on Digg Share on MySpace Share on Delicious Share on Technorati
Top
 Post subject: Re: My new filter LineArtFramed
PostPosted: Tue Jun 20, 2023 10:36 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Hi Diego.
Everything is very nice, but I missed the ability to change the color and thickness of the frame.
I added it myself so as not to bother You. :roll:


Attachments:
Diego LineArtFramed.jpg
Diego LineArtFramed.jpg [ 156.36 KiB | Viewed 604 times ]
Diego LineArtFramed-2.jpg
Diego LineArtFramed-2.jpg [ 62.87 KiB | Viewed 604 times ]
DIEGO_SIMPLEFILTERS_LineArtFramed V.0.1.zip [4.58 KiB]
Downloaded 15 times

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: My new filter LineArtFramed
PostPosted: Tue Jun 20, 2023 10:59 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
MareroQ wrote:
Hi Diego.
Everything is very nice, but I missed the ability to change the color and thickness of the frame.
I added it myself so as not to bother You. :roll:

Thanks a lot.
I downloaded it, renamed with suffix M.
I'm going to apply some modifications to my base filter (you have already seen some examples on the other thread), so I will insert also yours when releasing my 1.01 .
Thanks :coolthup

_________________
"Where am I ?"


Top
 Post subject: Re: My new filter LineArtFramed (updated)
PostPosted: Wed Jun 21, 2023 8:32 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
As promised, I incorporated your additions in my updated release, which follows below.
Thanks again for your contribution.
I changes the use of the new parameters, as you will see looking into the code, to better meet my taste.
This release includes also many changes to the procedures, to improve the outcomes.

Attachment:
DIEGO_SIMPLEFILTERS_LineArtFramed (1.0.1).py.7z [4.47 KiB]
Downloaded 25 times

_________________
"Where am I ?"


Top
 Post subject: Re: My new filter LineArtFramed (updated)
PostPosted: Wed Jun 21, 2023 8:34 am  (#5) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Look at the "Gimp Art" related thread for posting or seeing the outcomes obtained with the new release.

_________________
"Where am I ?"


Top
 Post subject: Re: My new filter LineArtFramed (updated again)
PostPosted: Thu Jul 06, 2023 5:08 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
The filter has been updated again.
Changes:
- general improvements
- specific improvements for each maintained style
- removed the single styles when a double one is available, for instanca Prewitt X is no more available
- - for those use always the combo style, for instance Prewitt X+Y
- added a new experimental style, using Isophotes
- added the possibility to increase the visibility of the black lines (morpho erode)
- added the possibility to choose among different "intensities" of the final result

Here the new release:
Attachment:
DIEGO_SIMPLEFILTERS_LineArtFramed2S.7z [5.56 KiB]
Downloaded 17 times

_________________
"Where am I ?"


Top
 Post subject: Re: My new filter LineArtFramed (updated again)
PostPosted: Thu Jul 06, 2023 9:50 pm  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
Also updated here:
https://www.gimpscripts.net/2023/06/lin ... diego.html

Sorry for some changes in the "Preview" versions (it has its requirements and limitations) and it's a bit different from the original version.
I like more control over the result - so I pulled some parameters from the plugin to the GUI.


Attachments:
Added changes.jpg
Added changes.jpg [ 141.93 KiB | Viewed 405 times ]

_________________
Image

Slava
Ukraini!
Top
 Post subject: Re: My new filter LineArtFramed (updated again)
PostPosted: Thu Jul 06, 2023 11:22 pm  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
MareroQ wrote:
Also updated here:
https://www.gimpscripts.net/2023/06/lin ... diego.html

Sorry for some changes in the "Preview" versions (it has its requirements and limitations) and it's a bit different from the original version.
I like more control over the result - so I pulled some parameters from the plugin to the GUI.

Thanks a lot for the addition of the preview, very interesting.
Just one question:
does this version necessarily create the output on the original image?
In my filters I like to create a new image. Is it possible with your version? Thanks

_________________
"Where am I ?"


Top
 Post subject: Re: My new filter LineArtFramed (updated again)
PostPosted: Fri Jul 07, 2023 12:54 am  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 13, 2011
Posts: 2260
Location: Poland
The 'Preview' can only work on the starting image.
The fun with this is keeping the layers in the correct order.
I always try (if possible or I don't forget about it :oops: ) to keep the original layer in 'Preview' versions (and this is the case here).

_________________
Image

Slava
Ukraini!


Top
 Post subject: Re: My new filter LineArtFramed (updated again)
PostPosted: Fri Jul 07, 2023 1:39 am  (#10) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
Thanks for the clarifications.
Another point: please set your name in the author, besides mine, for all these important reasons:
- the code is now at least 30% done by you
- the modifications done (preview and frame) are relevant for the filter
- I am an obsolete coder and I am not able even to understand the added code, so if someone downloads the filter (hopefully they will be a lot) and sees that the author is only me, (s)he will address queries to me also for the part I do not understand, so I'll be very embarassed.
Thanks in advance.

_________________
"Where am I ?"


Top
Post new topic Reply to topic  [ 10 posts ] 

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Outcomes of my new filter LineArtFramed (updated)

261

No new posts Attachment(s) cli345's cartoon filter as a native GEGL Filter.

10

No new posts Attachment(s) Made with new filter in G'mic

23

No new posts Attachment(s) Carve.. filter

3

No new posts Attachment(s) what filter might help with this image?

7



* Login  



Powered by phpBB3 © phpBB Group