About 10,300,000 results
Open links in new tab
  1. Newest 'image-compression' Questions - Stack Overflow

    I am using browser-image-compression library to compress the images before uploading. Now it gives the compressed Image and the compressed image is also stored in the storage folder.

  2. How to reduce the image file size using PIL - Stack Overflow

    May 15, 2012 · 143 I am using PIL to resize the images there by converting larger images to smaller ones. Are there any standard ways to reduce the file size of the image without losing …

  3. How to compress an image in a React web app? [closed]

    And then send the current image in state to the server. With low quality images it's fine, but when I try to upload a medium-to-high quality image, I can't save it on the server; I need a method to …

  4. Compress images on client side before uploading [closed]

    If you are looking for a library to carry out client-side image compression, you can check this out: compress.js. This will basically help you compress multiple images purely with JavaScript and …

  5. How do I apply a DCT to an image in Python? - Stack Overflow

    Aug 18, 2011 · 22 I want to apply a Discrete Cosine Transform (as well as the inverse) to an image in Python and I'm wondering what is the best way to do it and how. I've looked at PIL …

  6. How to compress an image via Javascript in the browser?

    So, I could resize the image to fit those dimensions, thus reducing file size. I have no idea what would be the compression ratio for this technique. What do you think ? Do you have any …

  7. why DCT transform is preferred over other transforms in …

    Apr 20, 2013 · I went through how DCT (discrete cosine transform) is used in image and video compression standards. But why DCT only is preferred over other transforms like dft or dst?

  8. dart - Flutter the best way to compress image - Stack Overflow

    Nov 11, 2019 · I've built an app which uses three packages to compress an image file: flutter_image_compress, flutter_native_image, and flutter_luban. After comparing these …

  9. Compressing Images in c# asp.net Core - Stack Overflow

    5 Does anyone know how to compress images of any type (jpg, png, gif, etc.) in c# asp.net core. WebP doesn't work on core. I downloaded the ImageProcessor Core library, but can't figure …

  10. What is the difference between "JPG" / "JPEG" / "PNG" / "BMP" / …

    At the highest compression levels, image deterioration becomes noticeable as "compression artifacting". The images below demonstrate the noticeable artifacting of lossy compression …