DOEHOONLEE
DOEHOONLEE
I am trying to retrieve transform data from a .psd file. Most coordinates seem fine, but two of the bottom coordinates are off. ![Screen Shot 2021-09-14 at 8 23 05...
Hi! I am new to opencv4nodejs and enjoying a lot processing images in different and fun ways. However, I am having an issue with `cv.warpPerspective`. With `opencv.js` copied from the...
`cv.waitKey() is missing` is missing. Is there some other way to achieve the same behavior? or is this going to be added in the future? Thanks!
Hi. I'm trying to use Babylon.js within TypeScript project so I installed "node-canvas-webgl" using npm. However, when I try to use `createCanvas`, it keeps importing from node `Canvas` module instead...
I tested loading an `.obj` model with the following code and it worked fine. ``` import trimesh import pyrender fuze_trimesh = trimesh.load('some_obj_file') mesh = pyrender.Mesh.from_trimesh(fuze_trimesh) scene = pyrender.Scene() scene.add(mesh) pyrender.Viewer(scene,...
Example codes only show how to use images with actual path. Is there a way to use node-canvas as an input?
Hi. I was wondering if, by any chance, smart object or some layer is replaceable using psd.js and then possibly export the output as a .png or .jpg. Thanks!