Discussion:
Can Mahotas help me put a water mark or signature on images?
bernd.becker-rB11B5lxd7PcOd1wLto9+
2014-03-31 13:39:38 UTC
Permalink
Hello,


I would like to add some form of individualization to a set of images.
This may be achieved by adding a watermark or a signature across the
original image, in some way transparent or similar.

Question:

How can I do that using mahotas ?

Many thanks,
Bernd.
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
bernd.becker-rB11B5lxd7PcOd1wLto9+
2014-04-01 09:52:38 UTC
Permalink
Using mahotas for something that simple would perhaps be
over the top. Try:

fig.text(0.74, 0.35, 'My Image!',
fontsize=50, color='yellowgreen',
ha='right', va='bottom', alpha=0.5)
Post by bernd.becker-rB11B5lxd7PcOd1wLto9+
Hello,
I would like to add some form of individualization to a set of images.
This may be achieved by adding a watermark or a signature across the
original image, in some way transparent or similar.
How can I do that using mahotas ?
Many thanks,
Bernd.
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
bernd.becker-rB11B5lxd7PcOd1wLto9+
2014-04-01 09:53:48 UTC
Permalink
Trying some thing that simple with Mahotas would probably be
over the top. Try:

fig.text(0.74, 0.35, 'My Image!',
fontsize=50, color='yellowgreen',
ha='right', va='bottom', alpha=0.5)
Post by bernd.becker-rB11B5lxd7PcOd1wLto9+
Hello,
I would like to add some form of individualization to a set of images.
This may be achieved by adding a watermark or a signature across the
original image, in some way transparent or similar.
How can I do that using mahotas ?
Many thanks,
Bernd.
--
You received this message because you are subscribed to the Google Groups "pythonvision" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pythonvision+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/***@public.gmane.org
For more options, visit https://groups.google.com/d/optout.
Loading...