domjudge icon indicating copy to clipboard operation
domjudge copied to clipboard

Add image visualization as type of script to generate testcase images

Open eldering opened this issue 6 years ago • 6 comments

Currently we support having testcase images, but only loaded statically. We should have a new type of script to both be able generate those during import and also to generate them from team output, in case the visualization depends on the output and then also display those in the jury interface for visual comparison.

eldering avatar Apr 19 '18 05:04 eldering

I seem to remember that you have a prototype of this, is that correct?

meisterT avatar Oct 28 '18 09:10 meisterT

I started looking into it, but no prototype yet. All I have is https://github.com/eldering/domjudge/tree/testcase-image-gen

eldering avatar Oct 28 '18 10:10 eldering

Some points:

  • We want to visualize after the result is known to the team (and jury)
  • We want to run the visualizer on the judgehost

nickygerritsen avatar Apr 25 '20 09:04 nickygerritsen

In the discussion just now, it came up that this could a judgetask.

meisterT avatar Mar 24 '24 13:03 meisterT