Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Dynamic Media Image Assets - Illegal Image Size

Avatar

Community Advisor

Hi All,

I have an image asset (part of hero component) which is rendered on published site as Scene 7 URL.

The hero banner image when processed via smart crop is not visible to all users.

For users with higher resolution and sizes (height-3000px beyond) the image is not rendering and displays 403 HTTP Code in console.

 

Rohan_Garg_1-1669362437933.png

 

The original DAM asset is a JPEG image with width 2133 px and height 3200 px.

 

Rohan_Garg_0-1669362390503.png

 

We have even created a new crop profile "Extra-Large" to accomodate 3000px+ height images.

 

Rohan_Garg_2-1669362499938.png

 

The URL is of form https://s7d9.scene7.com/is/image/brandName/heroBanner-1?wid=2000&hei=3001&dpr=off

If the hei parameter value <= 3000, we are getting 200 OK response, else the response is illegal image size.

 

Can you please help with the same ?

@arunpatidar@Mohit_KBansal@Vikram_Gaur_, @markus_bulla_adobe@kautuk_sahni 

 

Thanks in advance,

Rohan Garg

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

The Adobe Support Team has responded with the below update -

The "Reply Image Size" was set to 9 MP whereas it should have been updated to allow up to 25 MP.
We have made the correction in the account and it now returns the image when called.

 

On further checking this I found the below info - 

Each DM account has a configuration setting called "Reply Image Size Limit."

It specifies the maximum reply image width and height that can be returned to the client.

The server returns the "illegal image size" message if a request would cause a reply image whose width or height is larger than this setting.

https://experienceleague.adobe.com/docs/experience-manager-65/assets/dynamic/dm-publish-settings.htm...

Rohan_Garg_0-1669371129297.png

 

To adjust the MaxPix, log in to DM cloud(Scene7 Publishing System), and choose Setup > Application Setup > Publish Setup > Image Server > Reply Image Size Limit.

Increase this setting to a value you think is sufficient, and save it. The current limit is 5000 x 5000 pixels.

The Dynamic Media servers currently don't serve up images that are larger than 25 million pixels.

View solution in original post

3 Replies

Avatar

Level 6

Hi @Rohan_Garg 

Did you check if "Extra-Large" profile is published to dynamic media server? Even though it is published automatically, in case its not published may cause this issue.

Avatar

Community Advisor

Hi @salamswapnil , thanks for the quick reply.

Yes, the profile is published to dynamic media server. We are getting requests with below format in network trace -

https://s7d9.scene7.com/is/image/brandName/heroBanner-1:extra-large?wid=2000&hei=3001&dpr=off

 

Avatar

Correct answer by
Community Advisor

The Adobe Support Team has responded with the below update -

The "Reply Image Size" was set to 9 MP whereas it should have been updated to allow up to 25 MP.
We have made the correction in the account and it now returns the image when called.

 

On further checking this I found the below info - 

Each DM account has a configuration setting called "Reply Image Size Limit."

It specifies the maximum reply image width and height that can be returned to the client.

The server returns the "illegal image size" message if a request would cause a reply image whose width or height is larger than this setting.

https://experienceleague.adobe.com/docs/experience-manager-65/assets/dynamic/dm-publish-settings.htm...

Rohan_Garg_0-1669371129297.png

 

To adjust the MaxPix, log in to DM cloud(Scene7 Publishing System), and choose Setup > Application Setup > Publish Setup > Image Server > Reply Image Size Limit.

Increase this setting to a value you think is sufficient, and save it. The current limit is 5000 x 5000 pixels.

The Dynamic Media servers currently don't serve up images that are larger than 25 million pixels.