It is currently Thu Apr 25, 2024 4:17 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Mon Jun 02, 2014 3:45 pm  (#1) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
Photoshop has this so called 'Cutout' filter.
It simplifies lines and shapes and its very useful for making stencils.
In this video you can see how it simplifies these ships into a bunch of abstract angular shapes:

starts at 2m22s

www.youtube.com Video from : www.youtube.com


Here you can see the Cutout filter in effect for a 'Obama-Hope Poster' style effect

starts at 7m35s

www.youtube.com Video from : www.youtube.com


I tried to replicate the effect with G'MIC smooth [bilateral] and recursive median filtering, but it doesnt work that well.

Could a new filter be written for G'MIC, maybe ?


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: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 7:11 am  (#2) 
Offline
GimpChat Member
User avatar

Joined: Dec 02, 2012
Posts: 203
Location: Cantabria, Spain
# Esper:
Gimp has a script Cut Out allocated in Script-Fu → Artist → Cut Out with two parameter to work instead the three oneś of Ps.

My attemps (default values)


Attachments:
Esper.jpg
Esper.jpg [ 405.34 KiB | Viewed 29427 times ]

_________________
Image



My Gimp rides on Antergos (Arch), Linux Mint, Debian and Fedora
Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 7:34 am  (#3) 
Offline
GimpChat Member
User avatar

Joined: Jan 20, 2013
Posts: 14816
Location: roma, italy
from the examples jamac4k provided, to my taste the outcome from GIMP filter looks much better than the one coming out from PS! (aesthetically speaking...)
a matter of opinion...

_________________
"Where am I ?"


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 7:37 am  (#4) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
thank you jamac4k !

i was able to find the filter via google
looks promising !


Attachments:
FU_artist_cutout.scm [4.27 KiB]
Downloaded 4550 times
Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 7:54 am  (#5) 
Offline
GimpChat Member

Joined: Sep 24, 2012
Posts: 275
Location: Scotland
That looks a lot like colour quantize with a bit of smoothing, I suppose in G'MIC script something like:

-median 3
-quantize 6
-pde_flow 10,30,iee


Maybe it's worth making a simple filter for (if there isn't one already!)


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 7:58 am  (#6) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
garagecoder wrote:
That looks a lot like colour quantize with a bit of smoothing, I suppose in G'MIC script something like:

-median 3
-quantize 6
-pde_flow 10,30,iee


Maybe it's worth making a simple filter for (if there isn't one already!)

i used saulgoode's Quantize script before, but its not the ideal solution

plus a G'MIC filter is always superior because it has a preview...something that scripts lack


Attachments:
sg-quantize.scm [8.01 KiB]
Downloaded 545 times
Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 8:34 am  (#7) 
Offline
GimpChat Member
User avatar

Joined: Jan 03, 2011
Posts: 1656
Something like this ?

Attachment:
gmic_cutout.png
gmic_cutout.png [ 105.36 KiB | Viewed 29388 times ]


Maybe, try to refresh your filters!


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 8:38 am  (#8) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
pretty cool ! :clap

can you add a smoothing option, please ?

EDIT: also i get funny added background in the preview, where there should be transparency

Image


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 2:56 pm  (#9) 
Offline
GimpChat Member
User avatar

Joined: Jan 03, 2011
Posts: 1656
The Edge fidelity parameter already tells about the amount of edge smoothing.
Transparency problem should be fixed now.


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 8:57 pm  (#10) 
Offline
GimpChat Member
User avatar

Joined: Sep 22, 2012
Posts: 2089
Location: US
It is a nice technique I wasn't aware of, thanks for bringing this up Esper!
I'll certainly use it before tracing bitmap images in AI.

David, trying your new Cutout filter and I'm getting the preview error and this
Image


Is this a back compatibility issue [because my current gmic version is 1.5.8.1] or a bug?

Edit: Updated to the latest version, works fine :)


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Tue Jun 03, 2014 10:07 pm  (#11) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
Ronounours wrote:
The Edge fidelity parameter already tells about the amount of edge smoothing.
Transparency problem should be fixed now.

thanks for clearing that up !
transparency in the preview is working now ! :bigthup

two more questions:

1) in the first video (the one that simplifies the ships), shapes got very abstract at high levels
is that something our G'MIC filter can do too ?

Image

2) do we have a Quantize filter in G'MIC ? if so where is it located and whats its name ?
if not, could saulgoode's 'Quantize' script be plugged in to G'MIC, please ?!


Last edited by Esper on Wed Jun 04, 2014 1:18 am, edited 1 time in total.

Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 1:05 am  (#12) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
A very nice filter thanks David
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 1:05 am  (#13) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7714
Location: On the other side of this screen
Have I missed the tutorial how to use this? I don't see any difference in my images. Apart from colour. I also have the latest G'MIC 1.5.9.0 and gimp 2.8.10 on win 32

_________________


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 1:10 am  (#14) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
sallyanne wrote:
Have I missed the tutorial how to use this? I don't see any difference in my images. Apart from colour. I also have the latest G'MIC 1.5.9.0 and gimp 2.8.10 on win 32

there is no tutorial,sallyanne, just the three sliders


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 1:15 am  (#15) 
Offline
Script Coder
User avatar

Joined: Feb 18, 2011
Posts: 4827
Location: Bendigo Vic. Australia
Sallyanne this is the image I used↓
Image
these are my Gmic settings↓
Image
This is the output↓
Image
after applying Gmic's 'Black & White' with 'Local Contrast' set at 40 filter↓
Image

_________________
Image
No matter how much you push the envelope, it'll still be stationery.


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 2:20 am  (#16) 
Offline
GimpChat Member
User avatar

Joined: Jan 03, 2011
Posts: 1656
No Esper, this is not something the Cutout filter can do (yet!).
This would imply we have some vector object simplification routines in G'MIC (which we don't have.... yet..).


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 2:31 am  (#17) 
Offline
Global Moderator
User avatar

Joined: Apr 01, 2012
Posts: 7714
Location: On the other side of this screen
Thanks. I think I have it now.

_________________


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 2:34 am  (#18) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
Ronounours wrote:
No Esper, this is not something the Cutout filter can do (yet!).
This would imply we have some vector object simplification routines in G'MIC (which we don't have.... yet..).

i see, i was suspecting it was a vector-function judging from the shapes of the outcome

it reminded me of the shapes filter we have in G'MIC, so i hoped it would be possible
nevermind, dont know what to do with it anyway ;)


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 5:32 am  (#19) 
Offline
GimpChat Member
User avatar

Joined: Jan 03, 2011
Posts: 1656
And yes, there is a quantize filter in G'MIC, in Colors / Colormap, as shown below :

Attachment:
gmic_colormap.png
gmic_colormap.png [ 184.08 KiB | Viewed 4420 times ]


Top
 Post subject: Re: is there an equivalent to the Photoshop 'Cutout' filter ?
PostPosted: Wed Jun 04, 2014 5:44 am  (#20) 
Offline
GimpChat Member
User avatar

Joined: Jul 17, 2012
Posts: 2770
thanks again for the info ! :)


Top
Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Attachment(s) Where to get the recommended photoshop filter plug ins; bot 32 bit and

21

No new posts GAOTD: Cutout 7

2

No new posts Attachment(s) Paper Cutout text effect plugin (New)

11

No new posts Attachment(s) Cutout Effect - Gegl plugin for Windows 64bit users

2

No new posts Attachment(s) Photoshop pattern

6



* Login  



Powered by phpBB3 © phpBB Group