Search found 4 matches

by lauchuen
2012-05-23T00:20:23-07:00
Forum: PerlMagick
Topic: How to create a thumbnail using ImageToBlob/BlobToImage ?
Replies: 6
Views: 22262

Re: How to create a thumbnail using ImageToBlob/BlobToImage

thanks your reply, i read the example before, since there're lag of information about database usage.

yes, already define the image "magick" but still fail. please help. thanks a lot.
by lauchuen
2012-05-22T04:06:59-07:00
Forum: PerlMagick
Topic: How to create a thumbnail using ImageToBlob/BlobToImage ?
Replies: 6
Views: 22262

Re: How to create a thumbnail using ImageToBlob/BlobToImage

thanks you for your reply.

could you show me some sample code or any document/example about database ImageToBlod/BlobToImage ? because i'm really new in perlmagick, thanks a lot.
by lauchuen
2012-05-17T23:27:12-07:00
Forum: PerlMagick
Topic: How to create a thumbnail using ImageToBlob/BlobToImage ?
Replies: 6
Views: 22262

Re: How to create a thumbnail using ImageToBlob/BlobToImage

any idea how to store ImageToBlob in database?

since i've try its not work,

Code: Select all

$_TP{new}{thumbnail} = $image->ImageToBlob();
anyone can give me some hints ? or actually its won't work? thanks a lot.
by lauchuen
2012-05-16T02:52:03-07:00
Forum: PerlMagick
Topic: How to create a thumbnail using ImageToBlob/BlobToImage ?
Replies: 6
Views: 22262

How to create a thumbnail using ImageToBlob/BlobToImage ?

hi,

my idea is storing a picture into database, then before update trigger a procedure to create thumbnail itself.
is that possible to do this with PerlMagick ? thanks.