mystmd icon indicating copy to clipboard operation
mystmd copied to clipboard

Error handling for `imagemagick` and `ffmpeg` should be improved

Open agoose77 opened this issue 8 months ago • 0 comments

Right now, we assume that any image conversion failure is due to missing imagemagick. But, not only are multiple converters supported (such as ffmpeg), these routines can also seemingly fail for other reasons: https://discord.com/channels/1083088970059096114/1126886232060870678/1349240214782218251

https://github.com/jupyter-book/mystmd/blob/03d72de9f7ef3465a7a305ccec06145a3dc1473f/packages/myst-cli/src/transforms/images.ts#L500

agoose77 avatar Mar 12 '25 15:03 agoose77