• File: quicklook.tiff.js
  • Full Path: /home/blackpussy06/public_html/ba-guo.com.tw/wp-content/plugins/filester/includes/File_manager/lib/js/worker/quicklook.tiff.js
  • Date Modified: 09/11/2026 3:34 AM
  • File size: 225 bytes
  • MIME-type: text/plain; charset=us-ascii
  • 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()
};