Transparencer

Please post all your completed software applications in here. This is for full software which you have created and wish to release and share with everyone.
13 posts Page 1 of 2
Contributors
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Transparencer
Lewis
As the title may suggest I have made a program that makes your images transparent, It is self explanatory but for anyone that is confused here is how it works:

- You load an image from your computer

- The image will be put into a picture box

- To choose the color you want transparent click choose colour - The best way is to just click the picture box on the color you want transparent and then it will go transparent, ( when you start too see the grey checked stuff that means that part of the image is transparent )

- Save it as a .png

From now on all of my little applications will be free (for all of you bitchers out there - Just saying)

Screenshot's:
Image
Image
Image

Download:
Transparencer.zip
Thanks for reading :D
You do not have the required permissions to view the files attached to this post.
Image
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Transparencer
hungryhounduk
Hi Lewis
Do you know "That works really Really Well" cooll; well you must do as you made it cooll; :)

A very nice little app, and i am sure i will be using that alot in the near future wahooo;

Well Done

Chris

**On another Note, Ever since i joined this site and made Button Express, i have never been able to find out how to make the .Png files that you save have a Transparent Background, and you have seemed to have Mastered it wahooo; wahooo; wahooo; wahooo; :?: Any chance you could give me the code for that, I dont mind paying you say 50 Credits for the code 8-) as that would really make my day to be able to Save my Buttons within my Newest app with Transparent Backgrounds.

You dont have too, and i wont hold it against you if you dont :lol:

I will just delete all your posts instead ( Joke) :lol:

regards

Chris
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Transparencer
Lewis
Thanks for your comment :D

Well in that case i will pm you the code, I think it is simple enough

Edit:

SaveFileDialog1.ShowDialog()
PictureBox1.Image.Save(SaveFileDialog1.FileName)

This is the code i use...

oh and i use this to make it transparent:

Dim img As Bitmap = PictureBox1.Image
img.MakeTransparent(ColorDialog1.Color)
PictureBox1.Image = img
Image
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Transparencer
hungryhounduk
Ok thanks for that :)
I will ask codenstuff to transfer 50 Credits from me too you :) as it is well worth it for me to be able to save with the transparent background.

Cheers

Chris
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Transparencer
Lewis
Did you test it? And it works? it should like :P
Image
User avatar
hungryhounduk
VIP - Site Partner
VIP - Site Partner
Posts: 2870
Joined: Mon Jul 27, 2009 11:58 am

Re: Transparencer
hungryhounduk
I have not tested it yet but i know it works by your great little app:)

I have Pm'd Cody, so sometime soon you will get 50 Credits from me

Thanks very much you have really made my day :)

Much Respect

Chris
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Transparencer
Lewis
Thankyou HH :D
Image
User avatar
MrAksel
C# Coder
C# Coder
Posts: 1758
Joined: Fri Mar 26, 2010 12:27 pm

Re: Transparencer
MrAksel
Lucky Lewis are you able to see the blog templates now?
LMAOSHMSFOAIDMT
Laughing my a** of so hard my sombrero fell off and I dropped my taco lmao;


Over 30 projects with source code!
Please give reputation to helpful members!

Image
Image
Lewis
Coding God
Coding God
Posts: 1564
Joined: Sun Dec 20, 2009 2:12 pm

Re: Transparencer
Lewis
I can buy them :D
Image
User avatar
Axel
Coding God
Coding God
Posts: 1928
Joined: Sun Jun 27, 2010 9:15 pm

Re: Transparencer
Axel
Lewis , pretty awesome , just like photoshop :D not perfect but awesome ! :D
in what language is it made ?
http://vagex.com/?ref=25000
13 posts Page 1 of 2
Return to “Full Software”