Python Forum
How to open/load image .tiff files > 2 GB ?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to open/load image .tiff files > 2 GB ?
#1
I tried opencv in order to open/load huge image .tiff files without success... Is there any other way?

Error:
WARN:0] OpenCV TIFF: TIFFRGBAImageOK: Sorry, can not handle images with 64-bit samples Error! imread_('/home/hobbyist/Desktop/code/IMAGES/UAV_image.tif'): can't read data: OpenCV(3.4.14) /tmp/pip-req-build-m7h7rfem/opencv/modules/imgcodecs/src/grfmt_tiff.cpp:483: error: (-215:Assertion failed) ((uint64_t)tile_width0 * tile_height0 * ncn * std::max(1, (int)(bpp / bitsPerByte)) < MAX_TILE_SIZE) && "TIFF tile size is too large: >= 1Gb" in function 'readData' . . . File "code.py", line 417, in getFrame self.img = cv2.cvtColor(frame, cv2.COLOR_BGR2RGB) cv2.error: OpenCV(3.4.14) /tmp/pip-req-build-m7h7rfem/opencv/modules/imgproc/src/color.cpp:182: error: (-215:Assertion failed) !_src.empty() in function 'cvtColor'
Reply
#2
you could convert the image to a lower resolution by using an online sizer.
There are many available, google 'resize image online'

If you want to view the image on your system, you will have to add more memory.
hobbyist likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Right way to open files with different encodings? Winfried 2 327 Apr-23-2024, 05:50 PM
Last Post: snippsat
  Open files in an existing window instead of new Kostov 2 404 Apr-13-2024, 07:22 AM
Last Post: Kostov
  open python files in other drive akbarza 1 752 Aug-24-2023, 01:23 PM
Last Post: deanhystad
  pygame image load error Yegor123 1 1,673 Oct-12-2022, 05:36 AM
Last Post: deanhystad
  OCR-Python from Multi TIFF to HOCR getting only Data from 1st Page of multiple TIFF JOE 0 2,205 Feb-18-2022, 03:18 PM
Last Post: JOE
  how to extract tiff images from the subfolder into. hocr format in another similar su JOE 0 1,189 Feb-16-2022, 06:28 PM
Last Post: JOE
  unable to load an image with C (Cython) HLD202 0 1,346 Jan-13-2022, 09:16 PM
Last Post: HLD202
  Compressed multi page tiff wvanoeveren 2 2,716 Dec-28-2021, 11:40 AM
Last Post: Gribouillis
  Open and read multiple text files and match words kozaizsvemira 3 6,816 Jul-07-2021, 11:27 AM
Last Post: Larz60+
Question (solved) open multiple libre office files in libre office lucky67 5 3,438 May-29-2021, 04:54 PM
Last Post: lucky67

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020