How to view a saved image in fabSaveAsJSON format in neo table? - Forum

Forum Navigation
You need to log in to create posts and topics.

How to view a saved image in fabSaveAsJSON format in neo table?

Hello and good time ...! I saved the image in the database using fabric commands in fabSaveAsJSON format and I can see it well on the container.
How can I view this photo in neo table? thanks all

@javadrajabihakami the generated JSON is not an image, but information for fabricJS to generate the image. If you intend to show the image into neoTable you will need to save it as a .png .jpg or .svg. These formats are true images.

Regards.

Quote from luishp on April 16, 2021, 7:15 pm

@javadrajabihakami the generated JSON is not an image, but information for fabricJS to generate the image. If you intend to show the image into neoTable you will need to save it as a .png .jpg or .svg. These formats are true images.

Regards.

Thank you very much for your response, dear friend ...! The photo can be easily saved in the database! Thank you very much