bogeblad / infoglue

Infoglue is a enterprise grade Java WCMS
www.infoglue.org
78 stars 67 forks source link

Adds an asset optimization step to the dump asset method #234

Closed stenbacka closed 7 years ago

stenbacka commented 7 years ago

When an asset is to be dump to disk it can now be passed to a OS level executable before the dump is finished. The executable can do anything but is expected to perform optimization (e.g. ImageMagick) on the asset. Only PNGs and JPGs can use the new function as this time.