// In HTML, the answer is kept below the question, not in a extra book. Therefore, there's no
// need to copy them.
}
public void copyImage(File srcImage, String attribs) {
Integer scale = new ImageTag().getScale(attribs);
if (srcImage.exists()) {
File destinationFile = new File(this.imageDestinationPath, FilenameUtils.getName(srcImage.getPath()));
if (!destinationFile.exists()) {