Khavish Anshudass Bhundoo

Results 26 comments of Khavish Anshudass Bhundoo

@Yanestra guetzli shouldn't be used to batch process images.This is due to high resource requirements > Note: Guetzli uses a large amount of memory. You should provide 300MB of memory...

Are you sure you got write access to the directory to which you want to output the file.

Here are my 2 cents ... >How does Guetzli decide what info to optimize/throw away in the name of file-size (what are the algorithms), how is this smarter than other...

@DeeDeeG I would recommend using ImageMagick or GraphicsMagick. Under the hood they both use libjpeg but you can compile it to use libjpeg-turbo.You should be able to generate JPEG also...

I may have a better way to do what you want. Compute the sha256 checksum of the image after guetzli compression and store it in your Database. Then to check...

Since you don't want to use external structures like a database, adding the info as exif data is the only option in my book.However i do hope that you are...

I suggest you to add a check to ensure that you have required RAM To calculate MPix of an image use the formula below `number_of_MPix = (width * height)/100000` You...

Guetzli uses huge amount of memory at this point.Killed means you ran out of ram ``` Note: Guetzli uses a large amount of memory. You should provide 300MB of memory...

> Thanks @khavishbhundoo using a VM with more RAM did resolve the issue. The image was reduced to 2.7 MB, the same image was reduced to about 1.5 MB with...