Saving in good quality

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

Saving in good quality

Post by Dagger13 »

well i made a program kinda like paint and for some reason
when i save it its always in bad quality way worst then photoshop and i was wondering if any one of you knew how to fix this
its in VB2005
Image(An Old one.)
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Re: Saving in good quality

Post by Prey »

Show us how you're currently saving.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

Post by Dagger13 »

Me.picdraw.Image.Save(sFileName)

'picdraw = picturebox control
sFileName = the name there saving the picture as'
Image(An Old one.)
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

Perhaps try:

Code: Select all

picdraw.Image.Save(sFileName, System.Drawing.Imaging.ImageFormat.Gif);
Or one of the other formats also in the list.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
User avatar
Patrickh




Wordewatician 500

Posts: 1173
Joined: Wed Mar 14, 2007 4:53 pm

Post by Patrickh »

Prey wrote:Perhaps try:

Code: Select all

picdraw.Image.Save(sFileName, System.Drawing.Imaging.ImageFormat.Gif);
Or one of the other formats also in the list.
I've saved Images like that before, they also come out crappy
Image
conure says: or i could jsut incase my shoes in papar mache, followed by my dog
|||Lethargy||| Mr. Mohawk|||
|||feel free to contact me via PMs, AIM, MSNM, or Xfire if you have any questions|||
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

Post by Dagger13 »

ok thx that helped
Image(An Old one.)
Post Reply