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
Hello.
I have some TIFF files over 200 mb.
I wanted to get data about the width and height of an images. But Google does not process files over 200 MB. The get.Width() and get.Height() request returns 0. For TIFF files less than 200 MB, I can get their sizes.
Fragment of code:
let fileId = file.getId();
let dims = Drive.Files.get(fileId, {supportsAllDrives: true}).imageMediaMetadata;
let width = dims.width;
let height = dims.height;`
I tried using your doResize () function but got this answer: "Is not compatible file"
Is it possible to solve this problem using your application? Or maybe there are some other ideas?
The text was updated successfully, but these errors were encountered:
Hello.
I have some TIFF files over 200 mb.
I wanted to get data about the width and height of an images. But Google does not process files over 200 MB. The get.Width() and get.Height() request returns 0. For TIFF files less than 200 MB, I can get their sizes.
Fragment of code:
I tried using your doResize () function but got this answer: "Is not compatible file"
Is it possible to solve this problem using your application? Or maybe there are some other ideas?
The text was updated successfully, but these errors were encountered: