Isn't it weird that we still do not have external tools to be able to work with XCF version 22, the files generated by #GIMP3?
Yesterday, I gave up on running `xcf2png image.xcf -o image.png` and ended up exporting my XCF file as a PSD. This lets me convert it using #ImageMagick, as simple as `magick image.psd[0] image.png`.
Furthermore, I could can now even combine two steps: (1) converting XCF to PNG, (2) converting PNG to PDF; to a single step that converts PSD to PDF — all thanks to #ImageMagick.