Jump to content


Photo

Dissolve v1.3 (10/1/09)


  • Please log in to reply
19 replies to this topic

#1 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 29 August 2009 - 03:42 AM

Dissolve

'Tis my first plugin!


What Does It Do:
It does exactly what the name implys, it dissolves one image onto another.

What Does It Look Like:

Posted Image

Screenshots:
Image A --> Posted Image
Image B --> Posted Image

Final Image --> Posted Image
(Default settings used.)

Click here to download the plugin.

Click here to download the source.

Updates:
10/1/09 - Plugin updated. Picture now changes when file path is changed.
8/29/09 - Screenshots added.
8/29/09 - Code updated with code from Simon Brown.
8/28/09 - Plugin posted.

#2 Simon Brown

Simon Brown
  • Members
  • 10,186 posts
  • Reputation:15

Posted 29 August 2009 - 03:50 AM

Out of interest, why did you make the textbox non-ready-only?
Posted Image

#3 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 29 August 2009 - 03:53 AM

I changed it to non-read-only simply for the reason that if someone wanted to enter their own path they could.

#4 Simon Brown

Simon Brown
  • Members
  • 10,186 posts
  • Reputation:15

Posted 29 August 2009 - 03:58 AM

Currently, if an incorrect path is entered and the other control is changed, PDN crashes.
Posted Image

#5 Simon Brown

Simon Brown
  • Members
  • 10,186 posts
  • Reputation:15

Posted 29 August 2009 - 04:01 AM

An alternative fix for that would be to replace:

if (FileNameBox.Text == "") return;

with:

if (!File.Exists(FileNameBox.Text)) return;

Although the new file still wouldn't just be loaded when the text is changed, to have that simply add a textchanged event to the textbox calling FinishedTokenUpdate().
Posted Image

#6 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 29 August 2009 - 05:05 AM

Ok Simon, I've update the plugin with your suggestions. Once again thanks for all the help you've put into this plugin.

#7 pyrochild

pyrochild

    Plugin Author of the Year 2012

  • Administrators
  • 11,248 posts
  • LocationColorado
  • Reputation:132

Posted 29 August 2009 - 05:10 AM

A picture of what the plugin does would be far more useful than one of what the dialog looks like.

Posted Image
[I write plugins and stuff] [Follow my stupid brain on Twitter]

If you like a post, upvote it!


#8 Simon Brown

Simon Brown
  • Members
  • 10,186 posts
  • Reputation:15

Posted 29 August 2009 - 05:11 AM

That's better -although it doesn't currently refresh when the path in the textbox is changed. ;)
Posted Image

#9 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 29 August 2009 - 05:22 AM

A picture of what the plugin does would be far more useful than one of what the dialog looks like.

Yeah, sorry about that. I meant to do that earlier but I got sidetracked. Screenshots added.

That's better -although it doesn't currently refresh when the path in the textbox is changed. ;)

Actually it does, if you play with something else in the UI first.

#10 Simon Brown

Simon Brown
  • Members
  • 10,186 posts
  • Reputation:15

Posted 29 August 2009 - 05:24 AM

Actually it does, if you play with something else in the UI first.


I know, but I was suggesting refreshing it when the textbox text is changed. ;)
Posted Image

#11 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 29 August 2009 - 05:26 AM

Not a bad idea, I'll look into it.

#12 Boude

Boude
  • Members
  • 592 posts
  • LocationThe Netherlands
  • Reputation:1

Posted 29 August 2009 - 06:07 AM

Great fist plug-in. :lol:
Posted Image
History repeats itself, because nobody was paying attention the first time.

#13 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 29 August 2009 - 06:12 AM

Great fist plug-in. :lol:

Yeah I think my next one will have some "kick". :lol: :roll:

#14 paint.net/ROCKS

paint.net/ROCKS
  • Members
  • 86 posts
  • LocationArizona, USA (God its hot here)
  • Reputation:0

Posted 30 August 2009 - 03:19 AM

Nice. Many people will do need this.
Pawn Burger of Lasers:
Posted Image

My Gallery


#15 Axle

Axle
  • Members
  • 1,938 posts
  • LocationUnknown
  • Reputation:0

Posted 22 September 2009 - 04:17 AM

sweeeeeet

#16 Wilson

Wilson
  • Members
  • 471 posts
  • Reputation:0

Posted 30 September 2009 - 09:40 PM

Nice plugin APShredder! Love it.

#17 oma

oma

    2012 Hit & Miss Award Winner

  • Members
  • 4,432 posts
  • Reputation:12

Posted 30 September 2009 - 09:47 PM

congrats on your first plugin. I'm not too sure where I'll use this. but will definitely try to work in into a picture when I've time to experiment and playfully push it to boundries you don't expect.

ciao OMA

#18 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 01 October 2009 - 07:36 PM

Thanks oma! I'd be honored to have my plugin used in one of your pictures.

Also, the plugin has been updated, so that the image changes when the file path is changed.

#19 Sarkut

Sarkut
  • Competition Hosts
  • 3,206 posts
  • Reputation:4

Posted 03 March 2010 - 07:15 AM

Any chance of adding Load from Clipboard to this one?

Or even better adding Dissolve as a blend mode to Blend Modes Plus?

#20 APShredder

APShredder
  • Members
  • 1,319 posts
  • LocationMassachusetts
  • Reputation:0

Posted 04 March 2010 - 01:11 AM

I'll work on the 'Copy From Clipboard' function sometime later this week. As for adding this to BlendModes Plus, I'd have to see what I can do.