Larger image handling issue in Perspective

Hi Team,

I am facing a issue in image retrieving from MSSQL database to ignition perspective image component via SQL query.
I can store and fetch then view the image data for smaller size images

but when i tried to retrieve file size more than 2 or 3 MB, Gateway connection is frequently lost and image is fail to retrieve.

My Actual requirement is 8 to 20 MB size images need to save and display in the perspective Dashboard

In Inductive forum, I found some suggestions use Web Dev Module to solve this.

Is the only way to handle larger images?

Could you please help me on this?

Thanks

How long does the query take?
Are there any errors in the gateway logs?
What errors are there in the browser logs?
How are you providing the image data to the image component?
What format are you storing the image in the database as?

Have you tried using:

Websocket connection closed unexpectedly. code=1009, reason=Text message too large: 2,098,813 > 2,097,152, codeMeaning=Message Too Big, codeDescription=The endpoint is terminating the connection because a data frame was received that is too large.

I got this error message

This Module URL is not available when i tried

Here you go:

Thanks Let me try