moderna / ma-image-resize-tool

An generic image resizing tool based on node.js
MIT License
3 stars 1 forks source link

definitions for store restrictions #3

Open ghost opened 8 years ago

ghost commented 8 years ago

Some stores only support a limited amount of images, for example Apple Appstore max. 5 screenshots. Add a definition which allows to define store restrictions which are automatically respected upon generation. In the above case, ignore conversions of screenshot 6, 7, 8...

It would then probably make sense to also add a enableRestrictions=false to temporarily ignore those restrictions.