mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Don't read icc information
Save some space, we don't need the color profile information
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user