private val copyWidth = copySizeItem.add("Width") {
        this.getFile()?.let { copyText(ImageIO.read(it).width.toString()) }
    }