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

Add buffer support for TIFF images. #46

Closed
wants to merge 11 commits into from
Closed

Add buffer support for TIFF images. #46

wants to merge 11 commits into from

Conversation

korzhyk
Copy link

@korzhyk korzhyk commented May 18, 2015

TIFF images can be in buffers not only in files.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.73%) to 93.3% when pulling 6bdee47 on korzhyk:master into ed0c56c on netroy:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.51%) to 93.51% when pulling 332b566 on korzhyk:master into ed0c56c on netroy:master.

if (type !== 'tiff') {
expect(bufferDimensions.width).to.be(expected.width);
expect(bufferDimensions.height).to.be(expected.height);
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The only thing that should be changed in this file should be the removal of if (type !== 'tiff'), otherwise you're removing buffer testing altogether?

@LinusU
Copy link
Contributor

LinusU commented Apr 27, 2016

I have made a comment that hasn't been resolved yet...

@netroy netroy added this to the 1.0.0 milestone Dec 16, 2017
@korzhyk korzhyk closed this Apr 9, 2019
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

Successfully merging this pull request may close these issues.

None yet

4 participants