You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
width and height should be self-explanatory, just the image dimensions in px so we can do page layout before the image has loaded.
preview (not settled on the name, open for suggestions) should be an array of colors as rgb integers (e.g. 0x123456) that represents the image but scaled down to a tiny size. We need to decide on a size here but let's say we go with 4x4, that means preview has 4x4=16 numbers which you can think of as a 4x4 image we can render in the client and upscale+blur to create a placeholder for when the image hasn't loaded yet.
This preview value is not urgent at all and can be it's own issue, width and height would be pretty important though.
UI team apparently needs this.
@maanex could you elaborate on the color properties you need and in which format?
The text was updated successfully, but these errors were encountered: