2017 © Pedro Peláez
 

craft-plugin amtools

General Craft tools

image

am-impact/amtools

General Craft tools

  • Thursday, June 29, 2017
  • by hubertprein
  • Repository
  • 7 Watchers
  • 6 Stars
  • 191 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 9 Versions
  • 1 % Grown

The README.md

amtools

v1.4.0

Cachebust

Samples, (*1)

<link rel="stylesheet" href="{{ gruntCacheBust('grunt-cache-bust.json', 'resources/css/all.css') }}">


Imageoptim

Resolution uploaded images to 72ppi with Imagick, (*2)

v1.3.0

Image filters

Possible effects: - blur - colorize - gray (black & white) - negative - sharpen, (*3)

Samples:, (*4)

<img src="{{ craft.amTools.getImageUrl(entry.image.first(), { filters: 'gray', width: 150, height: 150 }) }}" alt="">

<img src="{{ entry.image.first()|image_url({ filters: 'gray', width: 150, height: 150, mode: 'fit' }) }}" alt="">

<img src="{{ entry.image.first()|image_url({ filters: { effect: 'colorize', color: '#FF00D0' }, width: 150, height: 150 }) }}" alt="">

<img src="{{ entry.image.first()|image_url({ filters: ['gray', 'sharpen'], width: 150, height: 150 }) }}" alt="">

<img src="{{ entry.image.first()|image_url({ filters: ['negative', 'blur', { effect: 'colorize', color: '#FF00D0' }], width: 150, height: 150 }) }}" alt="">

The Versions

29/06 2017

dev-master

9999999-dev

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

20/03 2017

1.4.2

1.4.2.0

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

05/12 2016

1.4.1

1.4.1.0

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

15/07 2016

1.4.0

1.4.0.0

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

15/07 2016

dev-cachebust

dev-cachebust

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

14/04 2016

1.3.3

1.3.3.0

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

10/11 2015

dev-errorhandling

dev-errorhandling

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

25/09 2015

1.3.0

1.3.0.0

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein

29/07 2015

1.2.3

1.2.3.0

General Craft tools

  Sources   Download

The Requires

 

by Hubert Prein