Edit File by line
•
/
home
/
barbar84
/
www
/
wp-conte...
/
plugins
/
file-man...
/
applicat...
/
library
/
js
/
worker
•
File:
quicklook.tiff.js
var data = self.data;
[
0
]
Fix
|
Delete
if (data.memory) {
[
1
]
Fix
|
Delete
Tiff.initialize({ TOTAL_MEMORY: data.memory });
[
2
]
Fix
|
Delete
}
[
3
]
Fix
|
Delete
var tiff = new Tiff({buffer: data.data});
[
4
]
Fix
|
Delete
var image = tiff.readRGBAImage();
[
5
]
Fix
|
Delete
self.res = { image: image, width: tiff.width(), height: tiff.height() };
[
6
]
Fix
|
Delete
[
7
]
Fix
|
Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function
Edit text
Download
Information
Rename
Copy
Move
Delete
Chmod
List