• File: quicklook.tiff.js
  • Full Path: /home/satp2352/public_html/multitasjayautama.com/gallery/plugins/wp-file-manager/lib/js/worker/quicklook.tiff.js
  • Date Modified: 05/22/2026 10:30 PM
  • File size: 225 bytes
  • MIME-type: text/plain
  • Charset: utf-8
if (self.data.memory) {
  Tiff.initialize({ TOTAL_MEMORY: self.data.memory });
}

var tiff = new Tiff({ buffer: self.data.data });
self.res = {
  image: tiff.readRGBAImage(),
  width: tiff.width(),
  height: tiff.height()
};