It is currently Tue May 07, 2024 10:49 pm


All times are UTC - 5 hours [ DST ]



Post new topic Reply to topic  [ 63 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject: Re: Online Ministeck.
PostPosted: Fri Jan 09, 2015 9:13 pm  (#31) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
I just copy/pasted into G'MIC's Global input and created a preset Rod. That, at least, worked for me. Kept it all in the GIMP too; easy/peasy. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 9:53 am  (#32) 
Offline
GimpChat Member

Joined: Jan 09, 2015
Posts: 22
jontait2 wrote:
I don't think there are any well-defined rules for Ministeck but one element used is randomness- if you run PicToBrick repeatedly on a solid colour background you'll find it produces different results each time!
Ah, OK, well I can do that. :)

Here's a version with randomness, and also works on images with alpha.
RescaleSmallestDim=128 RescaleMethod=1
Colors=7 ColorMethod=1 MapContrast=1.0 Dither=0.0
TileSize=5 TileHighlight=0.08 TileShadow=0.12
PixelSize=2

-repeat @# -l[$>]
-resize_ratio2d $RescaleSmallestDim,$RescaleSmallestDim,1,$RescaleMethod
-split_opacity --colormap[0] $Colors,$ColorMethod AA={ia} --[-1] $AA -*[-1] $MapContrast -+[-1] $AA
-index[0] [-1],$Dither,1 -c[0] 5,250 -rm[-1] -a c

--l
--[0] {im-1} MM={iM} -s c -repeat @# -+[$>] $> -*[$>] {($MM+1)^$>} -done -+
50%,50%,1,1,'x+y*w' -r[-1] [0],1 --*[-1] 0 -noise[-1] 25,2 -*[-1] -1 -n[-1] -1,1 -*[-1,-2]
-repeat 6 --*[-1] 0 -noise[-1] 1,1 --dilate[-1] 3 -eq[-1,-2] -area_fg[-1] 0 -eq[-1] 1 --label_fg[-1] 0 -*[-2] [0] -dilate[-2,-1] 2 -replace[-2] 0,-1 -eq[-2] [0]
-area_fg[-2] 0 -gt[-2] 3 -oneminus[-2] -*[1] [-2] -*[0] [-2] -oneminus[-2] -*[-1,-2] -done
-r {$TileSize*w},{$TileSize*h},1,1,1
-repeat @# -l[$>] (1,0,1;0,0,0;1,0,1) -normalize_sum[1] --convolve[0] [1] -rm[1] -- -eq 0 -endl -done
-min -dilate 2
(1,0;0,-1) -convolve[-2] [-1] -rm[-1] -+[-1] 1 -c[-1] {1+$TileHighlight},{1-$TileShadow}
-endl

-rv -r[-1] {w*$TileSize},{h*$TileSize} -shift[-1] -1,-1
-split_opacity[-1] -*[1] [0] --[0] 1 -*[0] 128 -+[1] [0] -rm[0] -a c
-r {w-1},{h-1},100%,100%,0 -r {$PixelSize*w},{$PixelSize*h},100%,100%,1
-c 0,255
-endl -done


By the way, as it turns out, I had set up a lot of steps in my original (more boring) script in preparation for adding randomness...but never actually did when I posted it. So, there was a lot of 100% useless calculation going on. Oops! :oops: I've edited my original post with a cleaned-up version, that also works on images with alpha channels too. It's also in the following spoiler.
RescaleSmallestDim=128 RescaleMethod=1
Colors=7 ColorMethod=1 MapContrast=1.0 Dither=0.0
TileSize=5 TileHighlight=0.08 TileShadow=0.12
PixelSize=2

-repeat @# -l[$>]
-resize_ratio2d $RescaleSmallestDim,$RescaleSmallestDim,1,$RescaleMethod
-split_opacity --colormap[0] $Colors,$ColorMethod AA={ia} --[-1] $AA -*[-1] $MapContrast -+[-1] $AA
-index[0] [-1],$Dither,1 -c[0] 5,250 -rm[-1] -a c
--l -s c
50%,50%,1,1,'x+y*w' -r[-1] [0],1
-r {$TileSize*w},{$TileSize*h},1,1,1
-repeat @# -l[$>] (1,0,1;0,0,0;1,0,1) -normalize_sum[1] --convolve[0] [1] -rm[1] -- -eq 0 -endl -done -min -dilate 2
(1,0;0,-1) -convolve[-2] [-1] -rm[-1] -+[-1] 1 -c[-1] {1+$TileHighlight},{1-$TileShadow}
-endl
-rv -r[-1] {w*$TileSize},{h*$TileSize} -shift[-1] -1,-1
-split_opacity[-1] -*[1] [0] --[0] 1 -*[0] 128 -+[1] [0] -rm[0] -a c
-r {w-1},{h-1},100%,100%,0 -r {$PixelSize*w},{$PixelSize*h},100%,100%,1
-c 0,255
-endl -done


Attachments:
File comment: The G'MIC mascot Gmicky, filtered in ministeck style with my improved script.
Gmicky Ministeck.png
Gmicky Ministeck.png [ 101.06 KiB | Viewed 1461 times ]
Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 1:30 pm  (#33) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
Now I'm definitely liking this on Clouds. Now, if you can branch out to rectangles, it can be used as a foundation to create Legos. :)


Attachments:
my_avatar.png
my_avatar.png [ 76.14 KiB | Viewed 1453 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 1:32 pm  (#34) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
Now, if you can create some sliders to adjust size and such. Yes, I asketh for too mucheth. lol

I suppose I could just modify the code for adjust the size for now. ;)

Thanks again Clouds (until you are willing to share your real name, then Clouds it is). :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 3:28 pm  (#35) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
OK; toyed with your preset some so that I could get the outlines only to isolate the tiles (oh; made the tiles bigger too; lol), and then blended some textures and such to get this bathroom tiled result. So many possibilities for your G'MIC preset Cloud. Your code is extremely small too. Thanks a heap again. :)


Attachments:
CaptureMe.jpg
CaptureMe.jpg [ 1.24 MiB | Viewed 1443 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 4:08 pm  (#36) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
Just some more tweaks; you made me a monster Clouds. lol

Set the white grout to zero, and then use erode followed by dialate to get just black lines. I then used that as a mask and ran Graechan's Plastic or Glass for the tiles (overlay). Added stoney grout. :)


Attachments:
CaptureMe.jpg
CaptureMe.jpg [ 1.19 MiB | Viewed 1438 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 4:33 pm  (#37) 
Offline
Global Moderator
User avatar

Joined: Nov 16, 2011
Posts: 5128
Location: Metro Vancouver, BC
Using Clouds code.

Image
From photo of Methuselah, 4,841 years old, ancient bristlecone pine.

_________________
Image
Gimp 2.8.18, Linux, median user
Gimp Chat Tutorials Index
Spirit Bear (Kermode)


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 4:45 pm  (#38) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
Nice result Odin.

Still having some fun myself. :)

https://www.flickr.com/photos/34520999@ ... 2/sizes/o/

Image

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 8:38 pm  (#39) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Excellent.
Ran the default code over this image repeatedly 4 times then the original over that with my own Rodilius options and inverted the colors.Set the top Rodilius layer to difference mode. :)

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 8:50 pm  (#40) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Trying to get a good woodcarving effect with color balance after. Not bad.
Image

With the script. :)

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 8:57 pm  (#41) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Final result.
The color balance then the script (default settings). :bigthup
Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 9:07 pm  (#42) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
Looks like Clouds made a monster out of you too Rod. lol

:)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 9:10 pm  (#43) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
lylejk wrote:
Looks like Clouds made a monster out of you too Rod. lol

:)

lol

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 10:03 pm  (#44) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
With some additional tricks, this one's pretty much like the GIMP# result. :)

ref: http://www.fontplay.com/freephotos/seve ... 407-20.jpg


Attachments:
fp030407-20.png
fp030407-20.png [ 43.99 KiB | Viewed 1921 times ]

_________________
Lyle

Psalm 109:8

Image
Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 11:05 pm  (#45) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Lyle have you seen this program yet?
http://mosaizer.com/Legoaizer/index.htm

Image

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 11:52 pm  (#46) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
I can get these Lego results with the following instructions. :)

1) Open your image.
2) Download and install and open the pattern provided. (one dot)
Attachment:
Lego_RD_VERY-small.pat [723 Bytes]
Downloaded 95 times

3) Create a new layer and fill with the pattern.
4) Use these settings on the pattern layer.
Image

5) Set that layer on Grain Merge mode.
6) Create a new empty transparent layer and fill with the pattern (same one)
7) Set that layer on Grain Merge mode also.
Results
Molly i hope you don't mind me using your image. Thank you in advance. :)
Image


Here is another lego piece with four dots if you want more diversity.


Attachments:
lego_RD.png
lego_RD.png [ 3.49 KiB | Viewed 1914 times ]

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."
Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 11:53 pm  (#47) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
Yeah; looks like they released it for a fee based or lifetime fee. Looks like a much better version then Pic to Brick for sure, but happy with both P2B and also G'MIC. Mozaizer does create quality stuff; just cheap right now. lol

Still, they have image files that are cool and will work with another program that I did pay for a while back (Artensoft Photo Collage Maker). :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sat Jan 10, 2015 11:56 pm  (#48) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
To get the lego result, it's best to use either P2B or the new G'MIC preset and make sure the you have a lego piece the size of one 1X1 brick without the edges (just the center circle). Fill the pattern over your brick render and set to multiply. There was a tut for this posted here but too lazy to find it right now. :)

_________________
Lyle

Psalm 109:8

Image


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sun Jan 11, 2015 12:04 am  (#49) 
Offline
GimpChat Member
User avatar

Joined: May 16, 2010
Posts: 14709
Location: USA
Thanks for reminding me of Artensoft Photo Collage Maker. I bought it a while back also and i still hadn't downloaded that one to my new computer yet. :) I saved 55 USD back when. Not sure if that coupon still applies or not. Seems like it was for Give Away of The Day or something.

Quote:
To get the lego result, it's best to use either P2B or the new G'MIC preset and make sure the you have a lego piece the size of one 1X1 brick without the edges (just the center circle). Fill the pattern over your brick render and set to multiply. There was a tut for this posted here but too lazy to find it right now.


I will see if i can find that tutorial. Thanks Lyle. FOUND IT!
viewtopic.php?f=11&t=3850

_________________
Image
Edmund Burke nailed it when he said, "The only thing necessary for the triumph of evil is for good men to do nothing."


Top
 Post subject: Re: Online Ministeck.
PostPosted: Sun Jan 11, 2015 12:16 am  (#50) 
Offline
GimpChat Member
User avatar

Joined: Sep 24, 2010
Posts: 12521
Yeah; I purchased this gem at that discount time too; like $15 or $25 if I remember correctly (and normally like 3 times higher in cost). Like the Legoaizer too; don't think I'll purchase it though. Did had highlights (not sure why the lego output doesn't). :)


Attachments:
bird.jpg
bird.jpg [ 1000.58 KiB | Viewed 1913 times ]

_________________
Lyle

Psalm 109:8

Image
Top
Post new topic Reply to topic  [ 63 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC - 5 hours [ DST ]


   Similar Topics   Replies 
No new posts Starting an online art gallery

3

No new posts Attachment(s) Free Online Photoshop Clone

11

No new posts Attachment(s) Online tool for generating Poincare Discs.

4



* Login  



Powered by phpBB3 © phpBB Group