Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resize raw file lose the metadata exif #862

Open
ilovebioz opened this issue Jun 5, 2023 · 0 comments
Open

Resize raw file lose the metadata exif #862

ilovebioz opened this issue Jun 5, 2023 · 0 comments

Comments

@ilovebioz
Copy link

I used the below structure to resize a raw image .nef but the output jpg file lose the metadata. Can we have some way to
keep the EXIF metadata for the output jpg file.

gm('/path/to/my/img.nef')
.resize(240, 240)
.write('/path/to/resize.jpg', function (err) {
if (!err) console.log('done');
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant