Don't read icc information

Save some space, we don't need the color profile information
This commit is contained in:
rijkvanzanten
2021-08-17 10:51:01 -04:00
parent f91d8254c9
commit cf69cc814a

View File

@@ -88,7 +88,7 @@ export class FilesService extends ItemsService {
try {
payload.metadata = await exifr.parse(buffer.content, {
icc: true,
icc: false,
iptc: true,
ifd1: true,
interop: true,