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

What's the difference between "native" and "color"? #16

Closed
jpstroop opened this issue Feb 25, 2014 · 5 comments
Closed

What's the difference between "native" and "color"? #16

jpstroop opened this issue Feb 25, 2014 · 5 comments
Labels

Comments

@jpstroop
Copy link
Member

... I see: "Color: The image is returned in full color, typically using 24 bits per pixel." Are we encouraged to downsample to 24 bits?
Should we oversample if the source is lower?
When would a user ever opt for 'color' over 'native'? _Answer:#level0
_Also:
REMOVE 24 bits from the text

@jpstroop jpstroop added this to the Release 1.2 milestone Feb 26, 2014
@jpstroop
Copy link
Member Author

New idea, inspired by http://www.semanticdesktop.org/ontologies/2007/03/22/nfo/#colorDepth

what if instead of 'color','grey', etc. we used 1,8,24, and added the value 'unknown', which is what I think we really mean by 'native'.

@azaroth42
Copy link
Member

Ouch, backwards incompatible change to the image URLs :(
Agree that native is "unknown", from the client's perspective. Or "the best
you've got".

So ... what's the benefit that outweighs the cost of changing every
implementation?

On Tue, Apr 15, 2014 at 4:18 AM, Jon Stroop notifications@github.comwrote:

New idea, inspired by
http://www.semanticdesktop.org/ontologies/2007/03/22/nfo/#colorDepth

what if instead of 'color','grey', etc. we used 1,8,24, and added the
value 'unknown', which is what I think we really mean by 'native'.


Reply to this email directly or view it on GitHubhttps://github.com//issues/16#issuecomment-40470445
.

Rob Sanderson
Technology Collaboration Facilitator
Digital Library Systems and Services
Stanford, CA 94305

@zimeon
Copy link
Member

zimeon commented Apr 21, 2014

I really don't like "unknown", this seems a very odd thing to write from a client p.o.v.. Perhaps "default"?

@azaroth42
Copy link
Member

Agree with default being better, but not worth backwards incompatibility to change at this stage (and hence ever).

@zimeon
Copy link
Member

zimeon commented Apr 21, 2014

Jon/Rob/Simeon - agreement that native is the wrong word but that the pain for implementers to change it at this point doesn't justify. Will fix with documentation

jpstroop pushed a commit that referenced this issue Apr 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants