private val copyHeight = copySizeItem.add("Height") {
        this.getFile()?.let { copyText(ImageIO.read(it).height.toString()) }
    }