#number of images

8 messages · Page 1 of 1 (latest)

warm oracle
#

Is there a maximum number of images in a project? I have 97 pictures and i cant add More

reef epoch
#

for the web app theres a hard limit of about 100 files I believe

#

if you want more you'd likely have to speak to <@&1054443996526690374>

#

otherwise you'd need to keep your assets locally, and perhaps use placeholders in the web app or something else (whatever works best for you)

warm oracle
#

I dont know how to do the placeholders , May you help me please

reef epoch
#

well, you could for example use some rectangles with the same size as each image, e.g. replace #image("file.jpeg", width: 100pt, height: 100pt) with #rect(fill: blue, width: 100pt, height: 100pt) and then replace back with #image(...) later

#

the only problem is storing the actual images in the web app, since it's hosted in Typst's servers, so there's some cost associated with that (hence the limit)

#

alternatively, you could keep #image but point to only one particular image across all of your document, and later replace by the proper paths