miniPaint icon indicating copy to clipboard operation
miniPaint copied to clipboard

online image editor

Results 59 miniPaint issues
Sort by recently updated
recently updated
newest added

Hi, I love miniPaint. Its well build and extremely powerful. If you add editable charts it would make the application even more powerful. User Stories: 1. As a user I...

Hi, Please include locking layer function which would be very helpful. Thanks

Hello, thank you sir for creating miniPaint. I love the minipaint application. I want to extend it by rendering the json that a user creates as an image on the...

I have tried for hours trying programmatically to open an image on load. I have used multiple sources such as: https://github.com/viliusle/miniPaint/blob/master/examples/open-edit-save.html https://github.com/viliusle/miniPaint/issues/44 But It seems when it tries to run...

Instead of offering the option to draw triangles, pentagons, stars, etc, just offer to draw arbitrarily sided polygons, with optionally rounded corners, with in/out-setting vertices, with minimum 3 sides. Maybe...

Please, add a way to define a - and fill with a - gradient Thanks for any help

Please, add some way to balance the white in a pic (in example, by specifying what should be considered white, then act accordingly) Thanks for any help

Lots of errors when editing canvas with Chinese text

Hi Viliusle, Adding the following two lines may help to improve image quality during rendering and export. ----------------------------------------------------------------- ctx.imageSmoothingEnabled = true; ctx.imageSmoothingQuality = "high"; ----------------------------------------------------------------- File: base-layers.js in function render_object(ctx,...

When apply Gaussian blur effect to an image, the blue effect on the final saved image is not as seen on the editor if the zoom level is not 100%....