I know this seems counterintuitive but I did it this way to show that updating the dynamic Texture does not actually flip its context (I would not think it should).
But given the case where I need to flip the imagedata not the dynamicTexture how would I go about that? I tried doing context.scale(1, -1) before grabbing the imagedata, but that did not seem to work.