|
-
May 15th, 2001, 10:09 AM
#1
Thread Starter
Addicted Member
bmp to jpg Or Else
Is There Any Way To Change Pic Format From bmp to jpeg Or wmf any thig
but not bmp or can i save pic in this formats ??
-
May 15th, 2001, 01:33 PM
#2
PowerPoster
To save a bitmap:
Code:
SavePicture picture1.Picture, "C:\test.bmp"
From BMP to JPG is easy, see my Save JPGs -demo project
-
May 15th, 2001, 03:05 PM
#3
Remember: The Picture is saved in whatever format it originally was, and the Image can only be saved in bitmap format.
-
May 15th, 2001, 03:13 PM
#4
transcendental analytic
I have the source for jpeg compression, if you want i could send
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
May 15th, 2001, 03:26 PM
#5
PowerPoster
kedaman: ^ = 20
-
May 16th, 2001, 12:17 AM
#6
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|