swift-testing icon indicating copy to clipboard operation
swift-testing copied to clipboard

Add image attachments support using GTK

Open grynspan opened this issue 3 months ago • 1 comments

This issue tracks adding the equivalent of AttachableAsCGImage when using GTK. We presumably would want to add support for GdkPixbuf using gdk_pixbuf_save_to_bufferv().

Problems to solve:

  • [ ] GTK is not guaranteed to be available, so needs to be weak-linked (?)
  • [ ] GTK is not, AFAIK, Clang-modularized

GTK does not provide Swift language bindings at this time: https://www.gtk.org/docs/language-bindings/

grynspan avatar Aug 19 '25 22:08 grynspan

Filed https://gitlab.gnome.org/GNOME/gtk/-/issues/7782

grynspan avatar Sep 26 '25 19:09 grynspan