brianfromoregon / photomosaic

Automatically exported from code.google.com/p/photomosaic
1 stars 1 forks source link

introduce work stages #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
because the whole process can be time consuming for large mosaics, and in 
the common case we want to experiment with different variations on the 
mosaic settings, it would be good to separate the work units out into 
checkpoints.  IE, only loading images into memory once, then making n 
mosaics.  just something to think about as this is how i use the program.

Original issue reported on code.google.com by medo...@gmail.com on 29 Feb 2008 at 7:53

GoogleCodeExporter commented 9 years ago
Some specific goals for this issue.

1. I want to be able to create a mosaic from the command line, with 1 
non-interactive 
shell command, probably using a properties file created ahead of time.
2. I want to be able to save an index file containing, at least, the path to 
and mean 
color data for every source image.  This index file could be used repeatedly to 
create mosaics for different target images.
3. I want a FAST preview mode.  That is, assuming I already built and saved an 
index 
I want to be able to get a preview of the to-be-generated mosaic in under 10 
seconds.  
This means I probably need to store a thumb of each source image in the index.

Original comment by brianfromoregon on 7 May 2010 at 4:46

GoogleCodeExporter commented 9 years ago
Issue 17 has been merged into this issue.

Original comment by brianfromoregon on 7 May 2010 at 4:56

GoogleCodeExporter commented 9 years ago
Issue 15 has been merged into this issue.

Original comment by brianfromoregon on 7 May 2010 at 4:57

GoogleCodeExporter commented 9 years ago

Original comment by brianfromoregon on 7 May 2010 at 7:54

GoogleCodeExporter commented 9 years ago

Original comment by brianfromoregon on 25 Jun 2010 at 2:14