Quote:
Huh.. what? And it's got all the golds, and hopefully all the rare early stuff too? Where can we find this?
The virtual (extended) 7070 has several parts:
1. Two specially-processed photos with red background, for each coin in the album -- an example:

2. A control file that defines the output image, which imbeds the coin images along with the background -- here is a sample portion of the file that generates page 1:
//######################################################################################################################################################################################################################
//######################################################################################################################################################################################################################
//######################################################################################################################################################################################################################
//###
//###
//### -------------------------
//### Album drawing script file -- additional slots compared to Dansco 7070 -- use: verbexx apps\album_7070X.txt on command line to run this
//### -------------------------
//###
//###
//######################################################################################################################################################################################################################
//######################################################################################################################################################################################################################
//######################################################################################################################################################################################################################
/# @INCLUDE file:«apps\album_verb.txt»; // Bring in common verb definitions for coin albums
// -----------------------------------------
// unique album_7070 configuration constants
// -----------------------------------------
@CONST album_filename global: value:«album_7070X»;
@CONST outimage_rows global: value:22500;
@CONST outimage_cols global: value:30000;
@CONST interslot_space global: value:600; // number of extra columns between coin slots
@CONST intercoin_space global: value:60; // number of columns bewteen obverse and reverse coin slots/images
@CONST bg_color_r global: value:32; // 2:3:4 blue
@CONST bg_color_g global: value:48;
@CONST bg_color_b global: value:64;
//@CONST bg_color_r global: value:20; // 1:3:2 green
//@CONST bg_color_g global: value:60;
//@CONST bg_color_b global: value:40;
//@CONST bg_color_r global: value:64; // 4:3:2 brown
//@CONST bg_color_g global: value:48;
//@CONST bg_color_b global: value:32;
//@CONST bg_color_r global: value:70; // 7:6:5 brown
//@CONST bg_color_g global: value:60;
//@CONST bg_color_b global: value:50;
// ----------------------------------------------
/# @INCLUDE file:«apps\album_config.txt»; // Bring in common configuration constants and global variables
// (local) variables used in this file
// ------------------------------------
@VAR extra_1 extra_2;
//////////////////////////////////////////////////////////////////////////////////////////////////
@start_page 1000; ////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////
extra_interline_space = 1100;
@title_line «-------------------------------------- Half Cents --------------------------------------» ;
extra_1 extra_2 = @horiz_space(5, 22.0 + 23.5 + 23.5 + 23.5 + 23.0, 250, 0);
@coin_line 23.5 ; extra_interslot_space = extra_1;
@coin_slot 22.0 "Liberty Cap - facing left\n1793" ; extra_interslot_space = extra_2;
@coin_slot 23.5 "Liberty Cap - facing right\n1794-1797" ;
@coin_slot 23.5 "Draped Bust\n1800-1808" ;
@coin_image R«1806_US_United_States_1`2cent_1o_DPP_2015_04_19_0037_alb.tif»
R«1806_US_United_States_1`2cent_1r_DPP_2015_04_19_0038_alb.tif»;
@coin_slot 23.5 "Classic Head\n1809-1836";
@coin_image R«1825_US_United_States_1`2cent_1o_DPP_2015_08_07__0027_alb.tif»
R«1825_US_United_States_1`2cent_1r_DPP_2015_08_07__0028_alb.tif»;
@coin_slot 23.0 "Braided Hair\n1840-1857";
@coin_image R«1851_US_United_States_1`2cent_1o_DPP_2015_04_19_0035_alb.tif»
R«1851_US_United_States_1`2cent_1r_DPP_2015_04_19_0036_alb.tif»;
// ------------------------------------------------------------------------------------------------------
@title_line «------------------------------------ Large Cents ------------------------------------» ;
extra_1 extra_2 = @horiz_space(4, 27.0 + 28.0 + 29.0 + 29.0, 450, 0);
@coin_line 29.0 ; extra_interslot_space = extra_1;
@coin_slot 27.0 "Flowing Hair - chain\n1793"; extra_interslot_space = extra_2;
@coin_slot 28.0 "Flowing Hair - wreath\n1793";
@coin_slot 29.0 "Liberty Cap\n1793-1796";
@coin_slot 29.0 "Draped Bust - style 1 hair\n1796-1800" ;
// --------------------------------------------------------------------------------------------------------
extra_1 extra_2 = @horiz_space(4, 29.0 + 29.0 + 29.0 + 27.5, 550, 0);
@coin_line 29.0 ; extra_interslot_space = extra_1;
@coin_slot 29.0 "Draped Bust - style 2 hair\n1798-1807" ; extra_interslot_space = extra_2;
@coin_image «1803_US_United_States_1cent_1o_DPP_2015_08_24__0064_alb.tif»
«1803_US_United_States_1cent_1r_DPP_2015_08_24__0065_alb.tif»;
@coin_slot 29.0 "Classic Head\n1808-1814";
@coin_image «1812_US_United_States_1cent_1o_DPP_2015_08_05__0003_alb.tif»
«1812_US_United_States_1cent_1r_DPP_2015_08_05__0004_alb.tif»;
@coin_slot 29.0 "Matron Head\n1816-1835";
@coin_image «1820_US_United_States_1cent_1o_DPP_2015_08_09__0007_alb.tif»
«1820_US_United_States_1cent_1r_DPP_2015_08_09__0008_alb.tif»;
@coin_slot 27.5 "Young Head - plain cord\n1835-1837";
// --------------------------------------------------------------------------------------------------------
extra_1 extra_2 = @horiz_space(3, 27.5 + 27.5 + 27.5, 1400, 0);
@coin_line 27.5 ; extra_interslot_space = extra_1;
@coin_slot 27.5 "Young Head - beaded cord\n1837-1839"; extra_interslot_space = extra_2;
@coin_slot 27.5 "Braided Hair - petite head\n1839-1843";
@coin_slot 27.5 "Braided Hair - mature head\n1843-1857";
@coin_image «1850_US_United_States_1cent_1o_DPP_2015_08_27__0053_alb.tif»
«1850_US_United_States_1cent_1r_DPP_2015_08_27__0054_alb.tif»;
//////////////////////////////////////////////////////////////////////////////////////////////////
@end_page; ////////////////////////////////////////////////////////////////////////////
3. An interpreter program that reads the control file and calls windows GDI+ APIs to draw the images and write the output .tiff files. This program is saved out at GitHub:
https://github.com/dufferprog/verbexxThe version out on GitHub may be slightly obsolete? Getting all this to run on your computer would not be trivial.
4.When you type in the verbexx command, the program generates 16 .tiff files, one for each page in the virtual extended 7070. The files are about 2GB each, (30000 x 22500 pixels). Here is page 1, reduced to a small jpg file for upload:

Pages 7 and 8 (the gold pages) appeared earlier in this thread.