Currently, when attempting to create an Index from individual images, the user replaces the <pagelist /> tag in the Pages section of the Index ns with the list of images. This has the following negative consequences
- Breaks the usages of <pages /> for transcluding
- Does not allow for the usage of a number to set the "Cover image" on Index ns. Instead, [[File:Cover Page.ext|thumb]] has to be used.
- Does not allow for the renumbering of pages in "Pages" on Index ns.
- Leads to the creation of Page:Image Name instead of Pages:Index/Image Sequence
The key root seems to be that while DJVU and PDF files have a numerical index for all the images in them, individual image files do not. Therefore, the solution would be to create this numerical index.
Here is a proposed solution:
- On the Index ns, in the Scans section, instead of "jpg" "gif" "tiff" or "png," there would be a single option "Images"
- The selection of "Images" would trigger the activation of a new section called "Image List"
- In the "Image List" the user would input the list of images and their corresponding numerical sequence, e.g.
[[Lippincotts Monthly Magazine_45_mdp.39015086882035_001.jpg|1]]
...
[[Lippincotts Monthly Magazine_45_mdp.39015086882035_958.jpg|958]]
3 V2) Alternatively, ProofPage could treat this as an ordered list, load it into an array, and use a loop to automatically number the list.
Lippincotts Monthly Magazine_45_mdp.39015086882035_001.jpg
...
Lippincotts Monthly Magazine_45_mdp.39015086882035_958.jpg
- Proofread Page would then feed this numerical sequence into all the other components that normally use the page sequence in built into PDF and DJVU.