Marçal
Marçal
> ```rust > // input: image_buffer: &[u8] > exif::Reader::new().read_from_container(&mut std::io::Cursor::new(image_buffer)) > ``` AFAIK is also creating a copy of the buffer.
+1
Yeah ok... mmm, there's some way to expand the plugin and replace the `_cleanedInput` function with mine?
Why this jsFiddle is working with not same origin images? http://jsfiddle.net/xKJB8/3/
It works without errors at the first time, after opening the console and refresh full page doesn't work... strange.
I've solved the issue using `file_get_contents`. This is the important change (quick&dirty code) ``` $image = file_get_contents($_GET['url']); if (false === $image) { $fp = false; } else { fwrite($sf, $image);...
Sorry, wrong repo!!!!! :dancer: :S
You need to disable Ivy in order to use this extension (only works with ViewEngine).