Joseph Huckaby
Joseph Huckaby
I really need this feature in order to consider using caxa. My app absolutely must run from `/opt/MYAPPNAME` for a variety of reasons. It cannot run from a temporary directory....
Hello there, Yeah, currently the only way to access the raw pixels is through [getPixels()](https://github.com/jhuckaby/canvas-plus#getpixels). This will give you a [Uint8ClampedArray](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) of RGBA pixels, which you can manipulate. The problem...
Bitmap - generating on the fly in nodejs javascript - bitmap 64x32 with 1 till 4 lines with autosize
Hello there. I'm very sorry, but what you are asking is entirely beyond the capabilities of this library. CanvasPlus is merely a wrapper around the [HTML5 Canvas](https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API) object, adding some...
Hello, and sorry for the confusion over this. The library is split into two separate modules: one for Node.js, and one for use in the browser / client. The browser...
Hello there! To get the image DPI, you can access the EXIF data via the [getEXIF()](https://github.com/jhuckaby/canvas-plus#getexif) method call, and examine the `XResolution` and `YResolution` properties. Example: ```js { "Make": "Apple",...
I'm very sorry you had trouble installing it. This will all be fixed in the next major release.
Try restarting the Cronicle service. The user management component doesn't hot reload the config file, and needs a full restart if you change any SMTP settings.
I'm sorry about this. It was a design choice in Cronicle, because in my use case I never want any child subprocesses to be directly killed. But I now clearly...
Added to the list, thanks!
So sorry for the delay -- this is still in progress -- I've just been WAY too busy to get to it. Feel free to fork and implement if you...