我正在嘗試安裝rmagick gem。當我運行「寶石安裝rmagick」它給了我下面的錯誤: In file included from rmagick.c:13:
./rmagick.h:1210:51: error: unknown type name 'MagickPixelPacket'
extern void Color_to_MagickPixelPacket(Image *, M
我已經想盡了辦法在 this example and the duplicate 我還是繼續當我使其接收空白圖像。我需要從這個base64字符串中生成一個png文件。 label_string是我從運輸標籤創建者處獲得的base64編碼的pdf。 file = Tempfile.new(['order', '.png'])
File.open(file.path.to_s, 'wb')