About 20,700,000 results
Open links in new tab
  1. android - How to compress image size? - Stack Overflow

    Aug 31, 2013 · 43 I want to capture image in low resolution using android camera api but when I captured image it will take default resolution of device camera.So I want to capture image in …

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

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

    Jun 14, 2022 · 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 …

  4. 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?

  5. 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.

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

  7. How to reduce the image size without losing quality in PHP

    I am trying to develop an image-based web site. I am really confused about the best image type for faster page loading speeds and best compression practices. Please advise me on the best …

  8. How can I compress images using java? - Stack Overflow

    This is only for one image but I am sure I will have lots of images for compression. so how can I compress image by passing bytes or percentage as a parameter or using anyother …

  9. Using SVD to compress an image in MATLAB - Stack Overflow

    I am brand new to MATLAB but am trying to do some image compression code for grayscale images. Questions How can I use SVD to trim off low-valued eigenvalues to reconstruct a …

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