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

Implement Gzip* GIF* PNG* and JPEG* readers and writers in GemStone 3.1 #22

Open
dalehenrich opened this issue May 31, 2012 · 1 comment

Comments

@dalehenrich
Copy link
Member

In GemStone 3.1 we have PortableStreams that are very compatible with the Pharo Streams, thus making it much easier to port these streams to GemStone ....

The porting task is much more difficult for GemStone2.4...

Along these lines I would be inclined to delete these classes on the gemstone2.4 branch (leaving them on the gemstone3.1 branch)

@pdebruic
Copy link

+1

I may be mistaken but I think the image format classes are only used by
the ZnEasy class. And because of the nature of running multiple gems
behind apache or nginx the GzipStreams aren't very necessary/useful
anyway.

On 05/31/2012 09:47 AM, Dale Henrichs wrote:

In GemStone 3.1 we have PortableStreams that are very compatible with the Pharo Streams, thus making it much easier to port these streams to GemStone ....

The porting task is much more difficult for GemStone2.4...

Along these lines I would be inclined to delete these classes on the gemstone2.4 branch (leaving them on the gemstone3.1 branch)


Reply to this email directly or view it on GitHub:
https://github.com/glassdb/zinc/issues/22

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

No branches or pull requests

2 participants