Jump to content
How to Install Plugins ×

Dissolve v1.3 (10/1/09)


APShredder

Recommended Posts

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:

yhsjjie-22.png

Screenshots:

Image A --> yhsjjie-23.png

Image B --> yhsjjie-24.png

Final Image --> yhsjjie-26.png

(Default settings used.)

 

Download the DLL >> Dissolve.zip

 

Source code (for programmers >> DissolveSRC.zip

 

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.

Link to comment
Share on other sites

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().

KaHuc.png
Link to comment
Share on other sites

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

xZYt6wl.png

ambigram signature by Kemaru

[i write plugins and stuff]

If you like a post, upvote it!

Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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. ;)

KaHuc.png
Link to comment
Share on other sites

  • 4 weeks later...
  • 2 weeks later...
  • 5 months later...

DLL and source code added. Links provided by ReMake.

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...