Skip to content
forked from ChienliMa/Blends

Image blending tool in python. Light weight and easy-to-use.

License

Notifications You must be signed in to change notification settings

mertsalik/Blends

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Blends: Light-weight and esay-to-use image blending tools in python

example


##Incentive: It's hard to find a image blending tool in python. Available tools either have little mode to choose or out_of_dated and hard to install. Therefore I just implement all methods available on in Internet. ##Recommended usage:

import blends
result1 = blends.blend( top, base, 'mode' )
result2 = blends.blend( top, base, ['mode_1', ... ,'mode_n'])

##Not recommended usage:

import blends
result1 = blends.mode_name( top, base )

##Reference: MSDN: http://msdn.microsoft.com/en-us/library/hh706313.aspx WikiPeida: http://en.wikipedia.org/wiki/Blend_modes http://en.wikipedia.org/wiki/HSL_and_HSV ##Todo: Replace lambda with np.where and find if efficiency improve

About

Image blending tool in python. Light weight and easy-to-use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%