About 50 results
Open links in new tab
  1. 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 the quality too …

  2. 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 advice to tell me ? Do …

  3. 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 out how to …

  4. What is the difference between "JPG" / "JPEG" / "PNG" / "BMP" / "GIF ...

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

  5. Image compression in python - Stack Overflow

    Nov 17, 2019 · For my image Compression, I am using the pillow library to get every pixel in rgb (for ex: (100, 0, 200). Using the Huffman encoding I already convert to binary to reduce the number of bits. …

  6. 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 …

  7. Image compression with Huffman coding - Stack Overflow

    Oct 9, 2022 · I used Huffman coding in python to compress an image. After that, I found that the image size is 318 KB and the compressed file size is 107,551 KB in my PC (attached image). I want to …

  8. node.js image compression - Stack Overflow

    Aug 16, 2011 · I'm looking for a node.js module. A node.js module that I can use to serve compressed images of the sort by the smushit service. Is there such a module? Thanks

  9. compression - Using eigenvalues and eigenvector to compress an …

    Apr 1, 2019 · I want to compress an image using eigenvalues and eigenvector, since I already done it using singular value decomposition, but I do something wrong while trying to compress it using …

  10. android - Best Image compression library - Stack Overflow

    Best Image compression library [closed] Asked 6 years, 7 months ago Modified 5 years, 8 months ago Viewed 8k times