Photopea
Photopea
I want the interpreted code to access data, which are not in the memory of the interpreter. There should be a global object "app", similar to "window", which has many...
While extending my knowledge of neural networks, I implemented a neural network library in Javascript. It has capabilities similar to ConvNetJS, but both training and testing are 4x faster (while...
The lates standards encourage users to not use the "keyCode" property of events. https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/keyCode Your library uses it. Do you think you could get rid of that dependency? Or do...
Hi, I am developing a photo editor [Photopea](//www.Photopea.com), and I want to allow users open and store files from their Google Drive and Dropbox (I don't need RemoteStorage at the...
I have this CR2 photo. [Your XML](https://github.com/darktable-org/rawspeed/blob/develop/data/cameras.xml) says, that the maximum white level is 15500. However, the "overexposed strip" (e.g. the pixel X=2200,Y=1100) has a value of 13584. Because of...
I use escodegen to minify Javascript: var sprm = { format: { compact:true, renumber:true, quotes:"double", semicolons:false, parentheses:false }}; var nstr = escodegen.generate(obj, sprm); When there is a division by a...
Create a landing page at Photopea.com/plans for businesses, with the basic properties of Photopea.
Let's add an MP4 export option next to GIF. MP4 animations = videos are smaller than GIF, while maintaining a similar image quality.
There is no need to make a user load scripts again an hour later, if Photopea did not change in the last hour.