Gimptalk - Premier Gimp Community: Tut: Plasti-wrap - Gimptalk - Premier Gimp Community

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Tut: Plasti-wrap

#1 User is offline   newt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,806
  • Joined: 26-October 05

Posted 05 July 2007 - 04:47 PM

Just added a new tutorial for creating a Ps effect plastic wrap.
You can find it here: http://guicon.110mb.com/page.php?14.0
Posted Image
This one's for the people that say " You cant do that in Gimp".
......Yes you can.

I would also like to announce that the forum on my site, is open, all are welcome, no "siggy" threads allowed.
http://guicon.110mb....forum/forum.php
Posted Image Posted Image
0

#2 User is offline   newt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,806
  • Joined: 26-October 05

Posted 13 July 2007 - 06:50 PM

So has anybody even tried this?
Posted Image
Posted Image Posted Image
0

#3 User is offline   megadyptes 

  • Member
  • PipPip
  • Group: Members
  • Posts: 601
  • Joined: 30-May 06

Posted 13 July 2007 - 07:29 PM

I've tried a couple but seem to have some problems with parts of the image becomming saturated - Wilbers eyes being a good example. The divide stap did something strange to Wilber as well, but not to the others, so maybe I stuffed up somewhere :s:

Posted Image
0

#4 User is offline   newt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,806
  • Joined: 26-October 05

Posted 13 July 2007 - 08:01 PM

Yeah images with a lot of white, or bright colors may go into saturation.
For those that do have a lot you can use a layer mask of the image you plan to use as the screen, and duplicate it and set the dupe to multiply. Then merge it down, that will reduce the brightness abit.
It would probably be better as a script, where little tweaks like that could be applied.
Plus the Neon filter has no anti alias to it, there might be a way to do something at this step.
As to Wilbur, that part that messed up is a gradient fill, if you were to take and make a gradient and apply the effect to it it would do the same.
The multiply step I talked about might fix this as well, I think its just a matter of how complex the original is.
I keep experimenting with it, at least this is a good start to something that was supposedly undo-able.
Posted Image Posted Image
0

#5 User is offline   denegibson 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,237
  • Joined: 12-September 06

Posted 14 July 2007 - 02:40 PM

Interesting effect

Posted Image

Posted Image

This process is one I know I would like to see as a script.
0

#6 User is offline   kward1979uk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 527
  • Joined: 02-June 05

Posted 14 July 2007 - 04:43 PM

Looks good will give it try when i get a chance anbd post result
Posted Image
0

#7 User is offline   kward1979uk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 527
  • Joined: 02-June 05

Posted 15 July 2007 - 08:53 AM

Great effect will make a script for this as soon as i get a chance may be next week
Posted Image
0

#8 User is offline   newt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,806
  • Joined: 26-October 05

Posted 15 July 2007 - 03:18 PM

Cool Thanks guys.
Posted Image Posted Image
0

#9 User is offline   denegibson 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,237
  • Joined: 12-September 06

Posted 15 August 2007 - 01:25 PM

I haven't been able to lurk around here much lately, but just curious if we got anywhere with this script?
0

#10 User is offline   newt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,806
  • Joined: 26-October 05

Posted 15 August 2007 - 08:02 PM

nothing so far, my site's having some issues- mysql is gone, and its probably not coming back, the tut is still accessible, but i cant update there, so any changes will have to happen here I guess.....( curses free hosters)......
Posted Image Posted Image
0

#11 User is offline   TP 

  • Member
  • PipPip
  • Group: Members
  • Posts: 65
  • Joined: 25-July 07

Posted 17 August 2007 - 01:24 PM

The 1. Link does not work :s:
Posted Image
0

#12 User is offline   newt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,806
  • Joined: 26-October 05

Posted 17 August 2007 - 05:49 PM

As of right now it's working, it will go down periodically because of the lose of my database, but keep trying it should come back eventually.
In the mean time I'll either find a new host or find a flat-file cms, probably a little of both, im tired of these free host scams.
Posted Image Posted Image
0

#13 User is offline   kward1979uk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 527
  • Joined: 02-June 05

Posted 18 August 2007 - 01:49 PM

An update on the script, As it looks as if Gimp2.4 is not to far away from being fully launched i will be waiting till it is so that i am sure it will launch, also i need the steps again as i cant remeber them of the top of my head so am waiting for them to be back up on newts website again
Posted Image
0

#14 User is offline   newt 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,806
  • Joined: 26-October 05

Posted 18 August 2007 - 11:42 PM

Alright, Ill see about making a list of steps simplified for a script, and post it back here.
Posted Image Posted Image
0

#15 User is offline   kward1979uk 

  • Member
  • PipPip
  • Group: Members
  • Posts: 527
  • Joined: 02-June 05

Posted 17 September 2007 - 09:49 AM

Good news at last i have got around to converting this tutorial to a script, i must apologise for not getting it done sooner.
It works in 2.4 but hasn't been tested in earlier versions

(define (plasti-wrap inimage indraw radius nocopy)
(gimp-image-undo-group-start inimage)
(let*
	(
		(flush-copy (car(gimp-layer-copy indraw 1)))
		(second-copy (car(gimp-layer-copy indraw 1)))
	)

(gimp-image-add-layer inimage flush-copy -1)
(gimp-image-add-layer inimage second-copy -1)
(gimp-desaturate flush-copy)
(gimp-desaturate second-copy)
(gimp-invert second-copy)
(plug-in-neon 1 inimage  flush-copy radius 0)
(plug-in-neon 1 inimage  second-copy radius 0)
(gimp-layer-set-mode second-copy 4)

(let*
	(
		(merge(car(gimp-image-merge-down inimage second-copy 2)))
	)
(let* (
(copy(car(gimp-layer-copy merge 1)))
)
(gimp-image-add-layer inimage copy -1)

(gimp-layer-set-mode copy 15)
(let*
	(
		(merge2(car(gimp-image-merge-down inimage copy 2)))
		(layerCopy 1)
	)

(gimp-invert merge2)


(gimp-layer-set-mode merge2 4)
(while (< layerCopy nocopy)
(let* (
	(copy (car(gimp-layer-copy merge2 1)))
	)
(gimp-image-add-layer inimage copy -1)
(set! layerCopy (+ layerCopy 1))
))
(gimp-displays-flush)
(gimp-image-undo-group-end inimage)
)
)
)
)
)

(script-fu-register 	"plasti-wrap"
			"/Filters/Gimp-talk.com/plasti-wrap..."
			"This Filter attempts to do the same as the pastic wrap PS Filter (taken from tutorial at 

http://guicon.110mb.com/page.php?14.0 
)"
			"Karl Ward"
			"Karl Ward"
			"SEPT 2007"
			""
			SF-IMAGE      "SF-IMAGE" 0
			SF-DRAWABLE   "SF-DRAWABLE" 0

			SF-ADJUSTMENT "Neon Radius (10 recommended)" '(10 1 100 1 2 0 1)
			SF-ADJUSTMENT "final layer Copy" '(3 1 10 1 2 0 1)



)

Posted Image
0

#16 User is offline   denegibson 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 1,237
  • Joined: 12-September 06

Posted 17 September 2007 - 10:03 AM

Thank you kward1979uk, appreciate you writing the script and it works great ^_^
0

#17 User is offline   EmoRiot 

  • Member
  • PipPip
  • Group: Members
  • Posts: 22
  • Joined: 08-September 07

Posted 18 September 2007 - 10:02 PM

it kind of looks like the side of a brainXD
Posted Image
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic