Urgent.News

What's breaking now, across thousands of outlets.

Tech

Custom ImageMagick Filters for eZ Publish Thumbnails (2011)

Archival repost — originally published on my old blog on July 13, 2011. Translated from French, lightly cleaned up for dev.to. eZ Publish has since been rebranded/rebuilt as Ibexa DXP, but the image.ini filter mechanism and the underlying ImageMagick flags below are unchanged. eZ Publish's default filters don't let you crop images down to precise dimensions. The image.ini config file lets you…

In 2011, a developer shared a guide on customizing ImageMagick filters for eZ Publish thumbnails, which was later reposted on dev.to. The guide highlighted that eZ Publish's default filters did not allow for precise cropping to specific dimensions. To overcome this limitation, the developer provided two methods using ImageMagick CLI tools within eZ Publish's image.ini configuration file.

The first method, named thumbnailize, utilized a geometry filter to crop and resize images to a specified width and height, while the second method, thumbnailize2, combined geometry and crop filters for the same outcome. These filters were designed to be used with eZ Publish aliases, providing developers with greater control over image processing in the platform.

Brief written by urgent.news from Dev.to's own syndicated text. Machine-written — may contain errors; check the original before relying on it.

Read the original at dev.to →

More in Tech

My First UWA Widget for Netvibes and iGoogle (2009)

Archival repost — originally published on my old blog on January 18, 2009. Lightly cleaned up for dev.to (translated from French; I also dropped my personal TVRage feed hash from the example URL…

  • Developer created first UWA widget for Netvibes and iGoogle in 2009
  • Widget used TVRage service to fetch personalized RSS feeds of TV shows
  • PHP API developed to process messy feeds and sort data for clean widget

GreaseMonkey, or How to Enhance Your Web Experience (2008)

Archival repost — originally published on my old blog on December 21, 2008. Lightly cleaned up for dev.to (translated from French, and I fixed a smart-quote encoding issue in the code block that would…

  • GreaseMonkey is a Firefox extension that enhances web experience
  • Users customize websites by removing ads and sponsored links
  • Userscripts.org platform for sharing and receiving feedback on scripts

More from Friday 21 August →