#14 Save Image in Savefile

已关闭
kevin.trometer7 年之前创建 · 4 条评论
这个人很懒,什么都没留下。
Ghost 评论于 7 年之前

to serialize images its impossible since they have to be converted into a ByteArray where per pixel there is a byte, where it easily can take about 5 minutes per picture. I think we should the change the save files into something similar like an archive file. Much Faster that way.

to serialize images its impossible since they have to be converted into a ByteArray where per pixel there is a byte, where it easily can take about 5 minutes per picture. I think we should the change the save files into something similar like an archive file. Much Faster that way.
Carlos Garcia 评论于 7 年之前
所有者

Serializing an image is not a difficult task, it's very common. Making an archive is also a possibility. Weight both options and choose the one that will make it easier to save all that needs to be saved.

Serializing an image is not a difficult task, it's very common. Making an archive is also a possibility. Weight both options and choose the one that will make it easier to save all that needs to be saved.
Ghost 评论于 7 年之前

storing in archive file finished. New savefiles have the ending *.holon. You can also choose your own extension. Its inside the Menu. Loading not finished for the Archive File. And also i'm using the Apache Common Compression Api for the Save Files. We can use it, but not sure abt the Licence. Please take a look at if if you have time.

storing in archive file finished. New savefiles have the ending *.holon. You can also choose your own extension. Its inside the Menu. Loading not finished for the Archive File. And also i'm using the Apache Common Compression Api for the Save Files. We can use it, but not sure abt the Licence. Please take a look at if if you have time.
Ghost 评论于 7 年之前

finished

finished
Ghost7 年之前 关闭
登录 并参与到对话中。
未选择里程碑
未指派成员
3 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。