<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[[2.3.6] Product Image Quality Becomes Very Low After Upload]]></title><description><![CDATA[<p dir="auto">Hi Team,</p>
<p dir="auto">I am using Bagisto 2.3.6 and facing a serious product image quality issue after image upload.</p>
<p dir="auto">The original uploaded image is high quality and clear, but after uploading to Bagisto, the final product image becomes blurry and compressed. Image sharpness reduces a lot, especially on product detail page and zoom view.</p>
<p dir="auto">I tested with JPG, PNG, and WebP images, but the issue still happens.</p>
<p dir="auto">Things noticed:</p>
<p dir="auto">Original image quality is perfect<br />
After upload, Bagisto-generated image quality becomes low<br />
Product images lose details and clarity<br />
Looks like aggressive compression or resize optimization is happening</p>
<p dir="auto">This is affecting product presentation and customer experience badly.</p>
<p dir="auto">Has anyone else faced this issue in Bagisto 2.3.6?</p>
<p dir="auto">Is there any fix for:</p>
<p dir="auto">disabling image compression<br />
increasing image quality<br />
preserving original uploaded quality<br />
changing Intervention/Image quality settings</p>
<p dir="auto">Any help would be greatly appreciated.</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forums.bagisto.com/topic/4263/2-3-6-product-image-quality-becomes-very-low-after-upload</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 13:06:05 GMT</lastBuildDate><atom:link href="https://forums.bagisto.com/topic/4263.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 27 May 2026 08:10:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [2.3.6] Product Image Quality Becomes Very Low After Upload on Thu, 28 May 2026 07:08:11 GMT]]></title><description><![CDATA[<p dir="auto">Hello,</p>
<p dir="auto">Thank you for reporting the issue.</p>
<p dir="auto">We checked the Bagisto image handling flow and found that Bagisto does not permanently store resized product images. Instead, images are dynamically generated at runtime through the CacheFilters system based on the configured image dimensions.</p>
<p dir="auto">The image quality issue generally occurs because:</p>
<ul>
<li>generated image dimensions are smaller than the display/zoom size</li>
<li>runtime resizing causes interpolation blur</li>
<li>GD image driver reduces sharpness during resize operations</li>
</ul>
<p dir="auto">We recommend checking the following configuration:<br />
Admin → Configuration → Catalog → Products</p>
<p dir="auto">Please increase the image dimensions, especially the Large Image size. For example:</p>
<ul>
<li>Small Image: 300 × 300</li>
<li>Medium Image: 700 × 700</li>
<li>Large Image: 1600 × 1600 or higher</li>
</ul>
<p dir="auto">After updating the configuration, kindly clear the cache and generated images.</p>
<p dir="auto">Additionally, if the server is using the GD image driver, switching to Imagick can significantly improve image sharpness and overall quality during runtime image generation.</p>
<p dir="auto">We are also reviewing the CacheFilters resize logic to ensure images preserve aspect ratio properly and avoid unnecessary quality reduction.</p>
<p dir="auto">Thank you.<br />
Kartikey Dubey<br />
Team Bagisto</p>
]]></description><link>https://forums.bagisto.com/post/14917</link><guid isPermaLink="true">https://forums.bagisto.com/post/14917</guid><dc:creator><![CDATA[Kartikey Dubey]]></dc:creator><pubDate>Thu, 28 May 2026 07:08:11 GMT</pubDate></item></channel></rss>