| Users Online |
Guests Online: 2
Members Online: 0
Total Members: 54
Newest Member: Mykamaed
|
|
|
| Downloads: Libraries |
| CurrencyConvertor Library |
An easy to use currency conversion library. Supports conversions from any to any of the listed types:
"USD American Dollar"
"AUD Australian Dollar"
"PHP Philippine Peso"
"IDR Indonesian Rupiah"
"PLN Polish Zloty"
"CZK Czech Koruna"
"BRL Brazilian Real"
"GBP British Pound"
"BGN Bulgarian Lev"
"CAD Canadian Dollar"
"CNY Chinese Yuan"
"HRK Croatian Kuna"
"DKK Danish Krone"
"EEK Estonian Kroon"
"EUR Euro"
"HKD Hong Kong Dollar"
"HUF Hungarian Forint"
"INR Indian Rupee"
"JPY Japanese Yen"
"LVL Latvian Lat"
"LTL Lithuanian Litas"
"MYR Malaysian Ringgit"
"MXN Mexican Peso"
"NZD New Zealand Dollar"
"NOK Norwegian Kroner"
"RON Romanian Leu"
"RUB Russian Ruble"
"SGD Singapore Dollar"
"ZAR South African Rand"
"KRW South Korean Won"
"SEK Swedish Krona"
"CHF Swiss Franc"
"THB Thai Baht"
"TRY Turkish Lira" |
| License: Freeware |
O/S: .NET Framework 2.0 |
Version: 1.0.0.0 |
| Added: 07/12/2009 |
Downloads: 76 |
Download (154 KB) |

| bitPNG |
Notes
=============================
Although you can convert files up to 2GB in size its not recommended. I haven't made the lib to convert files via a Stream so everything gets copied to memory, converted and saved, so avoid converting files larger than 100MB for the sake of performance, or use a another thread to avoid freezing your app for too long.
Next version will use a Stream, so if you really need to convert huge files(I can't imagine why) wait for it!
Methods
=============================
byte[] GetBytes(string pngLocation) == loads and converts a bitPNG Bitmap and returns the original file as a byte array
byte[] GetBytes(Bitmap pngImage) == converts a bitPNG Bitmap and returns the original file as a byte array
Bitmap GetBitmap(string fileLocation) == converts a file and returns a bitPNG Bitmap
Bitmap GetBitmap(byte[] imageArray) == converts a byte[] array and returns a bitPNG Bitmap
Bitmap GetBitmap(string fileLocation, int width) == converts a file and returns a bitPNG Bitmap with a specified width
Bitmap GetBitmap(byte[] imageArray, int width) == converts a byte[] array and returns a bitPNG Bitmap with a specified width
void ToFile(string imageLocation, string saveAs) == loads and converts a bitPNG Bitmap and saves it as a file
void ToFile(Bitmap pngImage, string saveAs) == converts a bitPNG Bitmap and saves it as a file
void ToBitmap(string fileLocation, string saveAs) == converts a file and saves a bitPNG Bitmap
void ToBitmap(string fileLocation, string saveAs, int width) == converts a file and saves a bitPNG Bitmap with a specified width
void ToBitmap(byte[] imageArray, string saveAs) == converts a byte[] array and saves a bitPNG Bitmap
void ToBitmap(byte[] imageArray, string saveAs, int width) == converts a byte[] array and saves a bitPNG Bitmap with specified width |
| License: Freeware |
O/S: .NET 2.0 |
Version: 1.0.0.0 |
| Added: 02/12/2009 |
Downloads: 57 |
Download (6 KB) |
|
|
|
| Login |
Not a member yet? Click here to register.
Forgotten your password? Request a new one here.
|
|
| Shoutbox |
You must login to post a message.
|
|
|
|