CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    65

    ImgScan Control create a big file size

    hi
    when i create an image file (bmp or jpg) with the imgscan control
    from my vb application i get a very big file size (between 300 - 400 kb)
    how can i create smaller file ,when i scan from a vb application

    thanks


  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: ImgScan Control create a big file size

    File size for Images is directly proportional to the resolution of the image... number of colors also has a big effect. Try reducing the resolution and/or number of colors used.


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

Featured