Methods in com.gif4j with parameters of type Watermark |
GifImage |
GifImage.addGifFrame(GifFrame frame,
Watermark watermark)
Add the specified frame to the end of the internal sequence
and set the specified watermark which will be applied to adding
frame before the encoding process starts. |
GifImage |
GifImage.addGifFrame(GifFrame frame,
MorphingFilter filter,
Watermark watermark)
Add the specified frame to the end of the internal sequence,
set the specified morphing filter and watermark which will be applied to adding
frame before the encoding process starts. |