How to reduce the size of Images(JPEGs)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sridhar Panatula

    How to reduce the size of Images(JPEGs)

    Hello all,
    When I upload pictures to Google(picasa) picture size is autmatically
    reduced.
    I would like to do that in Csharp. Is there an API to do that?

    Thanks in Advance


  • Sridhar Panatula

    #2
    Re: How to reduce the size of Images(JPEGs)

    I found answer Here
    A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.


    "Sridhar Panatula" <panatula@hotma il.comwrote in message
    news:e%23ulR9qI JHA.1060@TK2MSF TNGP03.phx.gbl. ..
    Hello all,
    When I upload pictures to Google(picasa) picture size is autmatically
    reduced.
    I would like to do that in Csharp. Is there an API to do that?
    >
    Thanks in Advance
    >
    >

    Comment

    • Hillbilly

      #3
      Re: How to reduce the size of Images(JPEGs)

      But you should not even be using .jpeg files at all because it is a lossy
      file format and each time the file is edited and saves the quality gets
      worse and worse.

      As a best practice you should be using the Portable Network Graphic
      "loss-less" image file format (.png) which has been created specifically for
      the web several years ago and is now supported everywhere by most software,
      services and all current browsers. If you are getting the .jpg files from a
      camera resave them immediately to .png.

      "Sridhar Panatula" <panatula@hotma il.comwrote in message
      news:e1I%23WcrI JHA.456@TK2MSFT NGP06.phx.gbl.. .
      >I found answer Here
      A broad category of Microsoft tools, languages, and frameworks for software development. Designed to support developers in building, debugging, and deploying applications across various platforms.

      >
      "Sridhar Panatula" <panatula@hotma il.comwrote in message
      news:e%23ulR9qI JHA.1060@TK2MSF TNGP03.phx.gbl. ..
      >Hello all,
      >When I upload pictures to Google(picasa) picture size is autmatically
      >reduced.
      >I would like to do that in Csharp. Is there an API to do that?
      >>
      >Thanks in Advance
      >>
      >>
      >
      >

      Comment

      Working...