nopeless
nopeless
Having same exact issue
this repo is dead @ribcatcher give up
According to the source code https://github.com/oliver-moran/jimp/blob/53ff9d1266207f7f674233f465ec358274510511/packages/core/src/index.js#L181 This constructor is a pseudo constructor that allows the user to define their own constructors Since you don't register any custom constructors it won't...
@jardicc can you give me a link to that documentation
@jardicc I'll look into the source and figure out the issue
https://github.com/oliver-moran/jimp/blob/53ff9d1266207f7f674233f465ec358274510511/packages/core/src/index.js#L309 Is responsible for checking whether the object passed in has valid `data`, `width` and `height` I'm starting to think that one of these fields is invalid in the original...
@jardicc sorry for the late reply. I totally forgot about this issue. You just used the data parameter wrong. After a quick debugging, I found out that it was expecting...
That is interesting; where did you find the need of jpeg2000 support?
@intradeus @noahdeering can you please read. the issue states that the function is throwing a string not an error