Hello! I am trying to migrate some data from another location to Payload, including some images.
I fetch the images and cache them to the filesystem, since I want to test the migration multiple times.
I'm trying to use the filePath parameter in payload.create but it is throwing an error for CMYK JPEG images.
According to ChatGPT, the library used to determine the size of the JPEG (image-size) does not actually handle non-SRGB well.
What's the best way to solve this?