Results 1 to 6 of 6

Thread: bmp to jpg Or Else

  1. #1

    Thread Starter
    Addicted Member Diab's Avatar
    Join Date
    Apr 2001
    Posts
    185

    Question 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 ??

  2. #2
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    To save a bitmap:

    Code:
    SavePicture picture1.Picture, "C:\test.bmp"
    From BMP to JPG is easy, see my Save JPGs -demo project

  3. #3
    Megatron
    Guest
    Remember: The Picture is saved in whatever format it originally was, and the Image can only be saved in bitmap format.

  4. #4
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  5. #5
    PowerPoster Fox's Avatar
    Join Date
    Jan 2000
    Location
    *afk*
    Posts
    2,088
    kedaman: ^ = 20

  6. #6

    Thread Starter
    Addicted Member Diab's Avatar
    Join Date
    Apr 2001
    Posts
    185

    Cool Cool

    Send Me PLZ
    And Thenks For All Of You !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width