[Typo3-dev] Graphicsmagic and m.mask (3.8.0)

Arco arco at appeltaart.mine.nu
Fri Oct 28 13:31:48 CEST 2005


Got it.
after inverting the masks it works.

Arco


Arco wrote ..
> Bernhard Kraft wrote ..
> > Arco wrote:
> > > When using IM I can watermark an image by using :
> > > 	$image['file.']['m.'] = array(
> > > 		'bgImg' => $image['file'] ,
> > > 		'mask' => $this->conf['watermark_mask'] ,
> > > 		'bottomImg' => $this->conf['watermark_bottomimg'] ,
> > > 		'bottomImg_mask' => $this->conf['watermark_bottomimg_mask'] ,
> > > 	);
> > > 
> > > With GM (1.1.7) I see nothing happening.
> > > Does anybody know if it´s possible with 3.8.0?
> > 
> > This works with IM and with GM.
> > http://wiki.typo3.org/index.php/GIFBUILDER
> > For GM set "im_version_5" in the install tool to "gm" (yes a string -
> > and its not mentioned in the docs :(
> 
> I have that string set, proving it documented somewhere *grin*
> Using gifbuilder creates 256color images (or was that a few years ago?)
> I can't get it to work in my extension with the file array.
> 
> Arco


More information about the TYPO3-dev mailing list