HOME/Articles/

pil example func (snippet)

Article Outline

Python pil example 'func'

python func

Python pil example: func

for gallery in obj.gallery.all():
  try:
    add_watermark(gallery.media.file, obj.rialtor.water_mark.file)
  except IOError:
    continue