Skip to content

Latest commit

 

History

History
60 lines (43 loc) · 2.23 KB

braindump.md

File metadata and controls

60 lines (43 loc) · 2.23 KB

Usecases

  • Compare existing imgflo graphs against eachother
  • Develop new graphs
  • Evaluate effects of rule-changes in generative use of imgflo

Comparison mechanisms

  • side-by-side
  • Visual diff
  • Reveal slider
  • Toggle A/B

Blind review

Blind/double-blind Generate some experiements Show various versions (A/B) Voting: A or B preferred Voting: isGood / isBad (comment) Collect the data somehow.... Can be up to user of imaginality

Showing things in-context versus isolated

Experiments

  • Original versus processed Particularly interesting> does processing make it get worse or better?
  • graph-v1 versus graph-v2 Did a change make things better or worse
  • Change params slightly from starting point Does it improve or worsen? Does it make any difference at all?
  • Radically different parameters, possibly randomized Try to jump to a new place, see if completely other areas could be more interesting

Working inline

Many evaluations are very hard to do without seeing the images in-context. Therefor it should be easy to use imaginality embedded into a webpage.

  • Some .js library is provided
  • Can be included on a page. Possibly dynamically and conditionally (special url params etc)
  • Will pick up all the images in page (note: can also be CSS background-image etc)
  • If url already is imgflo one, will be deconstructed to extract the input/source
  • Need to avoid duplicates wrt to media-queries etc. Only images which are visibile should be changed
  • Allows to create/see alternatives of original images in-place.
  • Or to 'extract' them into another other presentation format, possibly overlayed on original

Theoretically one could have a browser extension, which allowed to do this for any page there is.

Existing comparison libs