Search found 3 matches

by ss.private
2019-09-14T15:37:36-07:00
Forum: Developers
Topic: image to blob to file ::then:: file to blob to image :: is this possible? why so hard to figure out?
Replies: 3
Views: 55771

Re: image to blob to file ::then:: file to blob to image :: is this possible? why so hard to figure out?

Oh, just another bit of diabolical torment, IrfanView can figure out that my .blob files are PNG's with the wrong extension and display them. BUT if I concatenate my blobs into a single file, and then later read those chunks back out and record them as single files, Irfanview has no idea what they a...
by ss.private
2019-09-14T15:28:05-07:00
Forum: Developers
Topic: image to blob to file ::then:: file to blob to image :: is this possible? why so hard to figure out?
Replies: 3
Views: 55771

image to blob to file ::then:: file to blob to image :: is this possible? why so hard to figure out?

Hi, Old hand at development here, but newbie to image-magick. Just BTW, right now I am in strawberry perl (v28) on Win10. use strict; use warnings; use Image::Magick; magick -version Version: ImageMagick 7.0.8-59 Q16 x64 2019-08-04 http://www.imagemagick.org Copyright: Copyright (C) 1999-2018 ImageM...