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
Hi, I am currently parsing files in batches and found that sometimes there is an issue with the pictures / performance related. (I am using it in a Node.js context)
So, I was thinking to do two passes, one loads the metadata without the picture. Then, I would do a second pass later to get the picture.
In that case, is it possible to do something to optimise the first pass? like preventing from reading the picture in memory.
The text was updated successfully, but these errors were encountered:
Hi, I am currently parsing files in batches and found that sometimes there is an issue with the pictures / performance related. (I am using it in a Node.js context)
So, I was thinking to do two passes, one loads the metadata without the picture. Then, I would do a second pass later to get the picture.
In that case, is it possible to do something to optimise the first pass? like preventing from reading the picture in memory.
The text was updated successfully, but these errors were encountered: