Skip to content

Resize raw file lose the metadata exif #862

@ilovebioz

Description

@ilovebioz

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');
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions