Results 152 comments of manuels

I tried it on an iphone and it worked well. The error message might be a bit misleading. the memory block should always have the same size. btw, what resolution...

Can you try to analyse the photo taken with your smartphone on your desktop pc?

Well, did you checkout this file: https://github.com/manuels/unix-toolbox.js-imagemagick/blob/master/demo/test.html

You are passing [the image url](https://github.com/Noitidart/Icon-Container-Generator/blob/d84bbb719f1ae3fb2c81268705d1244b311d3e47/modules/workers/ICGenWorker.js#L42) directly to `convert`. Instead, you must execute a `addUrl` for it to add it to the 'virtual filesystem' and then invoke `convert.run` on that...

change ``` convert.run('-rotate', '90', OS.Path.join(OS.Constants.Path.desktopDir, 'Image-Box-64.png'), OS.Path.join(OS.Constants.Path.desktopDir, 'Image-Box-64-rot90.jpeg')).then(function() { ``` to ``` convert.run('-rotate', '90', '/Image-Box-64.png', '/Image-Box-64-rot90.jpeg').then(function() { ```

If the error is in [this line](https://github.com/Noitidart/Icon-Container-Generator/blob/trying-unixToolbox/modules/workers/ICGenWorker.js#L41), then probably [this line](https://github.com/manuels/unix-toolbox.js-base/blob/master/pre.js#L24) is actually the problem (which is invoked by `addUrl`). Are you sure you can run an XHR on an...

maybe, gzipping the files is an option?

@pcwalton, sure, I should I put this stuff into a new Operation?

Bloody markup! Do you get It or should I send you this information eg. via email? Mainly it's this }else if(schema.properties || schema.additionalProperties){ // old }else if(typeof value == 'object'...

Hi, your question is a little confusing because this macro was not defined by me, but by Giovanni Azua (is that you?). It defines a specialization of the general matrix-matrix...