[8x] webtoon in dog colors [pugtp]

User avatar
pithy
Member
 
Posts: 252
Joined: Wed Apr 13, 2016 17:34
GitHub: pithydon

[8x] webtoon in dog colors [pugtp]

by pithy » Sat Aug 06, 2016 18:52

webtoon converted to how a dog would see it.

license: CC0
Last edited by pithy on Thu Dec 15, 2016 17:15, edited 4 times in total.
 

User avatar
MineYoshi
Member
 
Posts: 4267
Joined: Wed Jul 08, 2015 13:20
GitHub: MineYosh
IRC: MineYoshi
In-game: Kirby_Retro

Re: [8x] webtoon in dog colors [pugtp]

by MineYoshi » Sat Aug 06, 2016 19:12

Interesting, what image editor or script do you use for this?
People talk about freedom of speech, so i'll say that God exists.
Open your eyes!! See The big unicorn conspiracy.!! :D The government has been lying to us about unicorns!!
"I've learned there are three things you don't discuss with people: religion, politics and the Great Pumpkin" - Linus Van Pelt
I'm the Officially 1st ABJist in the world ( ͡° ͜ʖ ͡°)
 

User avatar
pithy
Member
 
Posts: 252
Joined: Wed Apr 13, 2016 17:34
GitHub: pithydon

Re: [8x] webtoon in dog colors [pugtp]

by pithy » Sat Aug 06, 2016 21:49

MineYoshi wrote:Interesting, what image editor or script do you use for this?

Imagemagick
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
mogrify -path ../pugtp -channel RG -fx "(0.25*r)+(0.75*g)" *.png

Watch out for textures that use "[makealpha", you must change the alpha color back to what it was.

Learned to use Imagemagick just for this.
 

User avatar
MineYoshi
Member
 
Posts: 4267
Joined: Wed Jul 08, 2015 13:20
GitHub: MineYosh
IRC: MineYoshi
In-game: Kirby_Retro

Re: [8x] webtoon in dog colors [pugtp]

by MineYoshi » Sat Aug 06, 2016 23:21

Nice!
People talk about freedom of speech, so i'll say that God exists.
Open your eyes!! See The big unicorn conspiracy.!! :D The government has been lying to us about unicorns!!
"I've learned there are three things you don't discuss with people: religion, politics and the Great Pumpkin" - Linus Van Pelt
I'm the Officially 1st ABJist in the world ( ͡° ͜ʖ ͡°)
 

Hybrid Dog
Member
 
Posts: 2460
Joined: Thu Nov 01, 2012 12:46

by Hybrid Dog » Sun Aug 07, 2016 09:56

If you have shaders support, you can simply edit shader file instead of changing the texture files, just add this to the end of client/shaders/nodes_shader/opengl_fragment.glsl:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
float rg = (0.25*col.rgb.r)+(0.75*col.rgb.g);
col.rgb.r = rg;
col.rgb.g = rg;

Image
Image
Attachments
screenshot_20160807_115025.png
screenshot_20160807_115025.png (636 KiB) Viewed 600 times
2016-08-07-115116_1920x1080_scrot.png
2016-08-07-115116_1920x1080_scrot.png (22.74 KiB) Viewed 600 times
 


Return to Minetest Texture Packs

Who is online

Users browsing this forum: No registered users and 39 guests

cron