# File lib/gd2/image.rb, line 384 def save_alpha=(bool) SYM[:gdImageSaveAlpha].call(image_ptr, bool ? 1 : 0) end