I believe they have a custom VM with restricted primitives, Still, his question is relevant: how to interpret the image header ? I know there is a header with useful things like the initial extent. On 01 Oct 2012, at 12:15, Igor Stasenko <siguctua@gmail.com> wrote:
On 1 October 2012 11:09, Max Leske <maxleske@gmail.com> wrote:
Hi guys
Is there a way to find out (from outside of the image), if an image has been saved with Cog? What I would like to do is something like this:
$ head -20 myImage.image | grep <some expression>
The use case for this is seaside hosting, where we only have squeak VMs to run images, so when an image is uploaded that was saved with Cog that image cause trouble. Any ideas?
Cheers, Max
get new queak vms, they now should support new image fromat used by cog
-- Best regards, Igor Stasenko.