Mark Storer wrote:
> You mispeledd my last name in the comment
I've corrected it, but now Eclipse says:
"The word 'Storer' is not correctly spelled" ;-)
By the way (and this is a message for everybody):
You can download ALL the examples, including the
necessary libraries and resources (except for
1T3XT info 1t3xt.info> writes:
>
> ??? wrote:
> > (hmm... I really ought to charge for this stuff ;)
>
> Yes, we should start charging for iText...
>
Which is why you founded 1t3xt.com, IIRC. Not to "charge for iText" per se, but
for enhancements, classes, and so forth.
> In the second exam
??? wrote:
> (hmm... I really ought to charge for this stuff ;)
Yes, we should start charging for iText...
I made 2 examples that explain different principles.
In the first example, I create a mask as done in chapter 5
of the book. I use an image with one component and 2 bits per
component as ma
Mark,
Thank you very much for your detailed explanation.
I made a code attached, but cannot get a result I
expected.
I would be happy if you point out what is wrong.
> Hello all,
>
> I have a question about soft-mask.
> I know there is a sample code "SoftMask.java", but I
> want to know how to
熊田貢 obun.jp> writes:
>
> Hello all,
>
> I have a question about soft-mask.
> I know there is a sample code "SoftMask.java", but I
> want to know how to achieve soft-mask using gradation
> composed of path lines as mask.
>
> For example, if I have the following mask;
>
> for(int i=0; i<10; i++
Hello all,
I have a question about soft-mask.
I know there is a sample code "SoftMask.java", but I
want to know how to achieve soft-mask using gradation
composed of path lines as mask.
For example, if I have the following mask;
for(int i=0; i<10; i++) {
template.setLineWidth(10-i);
templ