cancel
Showing results for 
Search instead for 
Did you mean: 

Retain 100% Image Quality for Product Images

Retain 100% Image Quality for Product Images

Hello,

 

I have changed 700x700 to 864x864 in view.xml

 <image id="product_page_image_large" type="image"/>
            <image id="product_page_image_medium" type="image">
                <width>864</width>
                <height>864</height>
            </image>

So, now the enlarged image is of same dimension.

I have also, disabled Javascript resizing on upload & set JPG quality to 100%1.PNG

However, there is visible difference between Original image & Lightbox Image(right click image-> open image in new tab)

 

Additional, there is size difference in the Uploaded image & Original image, so definitely some image processing is happening. How to stop that?

 

Have also tried switching from  GD to IMAGICK 

 

Is there a way I can retain 100% image quality?



---------------

“The definition of insanity is doing the same thing over and over again, but expecting different results.” - Albert Einstein
2 REPLIES 2

Re: Retain 100% Image Quality for Product Images

Re: Retain 100% Image Quality for Product Images

@Yuriy 

I had already done that and had added the screenshot too in my question.



---------------

“The definition of insanity is doing the same thing over and over again, but expecting different results.” - Albert Einstein