Question
UXP imageData.getData() crashes photoshop when document.mode == CMYK
Photoshop 26.9.0 release on osx 14.4.1
const inPixels = await imaging.getPixels({ documentID: doc.id, layerID: layer.id });
const inBuffer = await inPixels.imageData.getData();
this code works with document.mode grayscale, rgb, and lab
it fails gracefully with an error popup with bitmap, index, and multichannel
but it crashes photoshop with CMYK
