Page 1 of 2

Transparencer

Posted: Mon Aug 30, 2010 4:44 pm
by 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

Re: Transparencer

Posted: Mon Aug 30, 2010 6:14 pm
by 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

Re: Transparencer

Posted: Mon Aug 30, 2010 6:39 pm
by 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

Re: Transparencer

Posted: Mon Aug 30, 2010 6:44 pm
by 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

Re: Transparencer

Posted: Mon Aug 30, 2010 6:45 pm
by Lewis
Did you test it? And it works? it should like :P

Re: Transparencer

Posted: Mon Aug 30, 2010 6:49 pm
by 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

Re: Transparencer

Posted: Mon Aug 30, 2010 6:52 pm
by Lewis
Thankyou HH :D

Re: Transparencer

Posted: Mon Aug 30, 2010 6:56 pm
by MrAksel
Lucky Lewis are you able to see the blog templates now?

Re: Transparencer

Posted: Mon Aug 30, 2010 7:17 pm
by Lewis
I can buy them :D

Re: Transparencer

Posted: Tue Aug 31, 2010 9:35 am
by Axel
Lewis , pretty awesome , just like photoshop :D not perfect but awesome ! :D
in what language is it made ?