Page 2 of 2

Re: Hit me with your reviews! :)

Posted: Mon Jan 05, 2009 2:03 pm
by omniuni
That is absolutely awesome!

What are you using to do the image operations?

Re: Hit me with your reviews! :)

Posted: Mon Jan 05, 2009 2:09 pm
by voidman
omniuni wrote:That is absolutely awesome!

What are you using to do the image operations?
I've created my own Image Processing "language" (something Like ImageMagick) based on GD2 as part of my CMS. Because it faster then IM and works on all hosting providers :)

Re: Hit me with your reviews! :)

Posted: Mon Jan 05, 2009 5:59 pm
by MichaelR
voidman, on second thoughts, I don't think it's so much a bug as a limitation as to what your code does. My table is white, with a black border. I assume your code only takes into account tables without a border colour?

Re: Hit me with your reviews! :)

Posted: Tue Jan 06, 2009 1:06 am
by voidman
MichaelR wrote:voidman, on second thoughts, I don't think it's so much a bug as a limitation as to what your code does. My table is white, with a black border. I assume your code only takes into account tables without a border colour?
Yep. For "fully white" images it should be other (then white) background color. Later I'm going to add ability to define border (with any color and width) around rounded pictures.
It should solve such "confusing" situations :)