20centaurifux / efind-gdkpixbuf

efind extension for filtering search results by image properties.

Home Page:http://efind.dixieflatline.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

efind-gdkpixbuf

Introduction

efind-gdkpixbuf is an extension for efind. It makes it possible to filter find results by image properties.

You need gdk-pixbuf2 to build this extension.

Available functions

image_width()

Returns image width.

$ efind . 'image_width()>=800'

image_height()

Returns image height.

$ efind . 'image_height()>=image_width()'

image_has_alpha()

Checks if image has an alpha channel.

$ efind . 'name="*.gif" and image_has_alpha()'

image_bits_per_sample()

Gets the number of channels.

$ efind . 'image_bits_per_sample()>=2'

About

efind extension for filtering search results by image properties.

http://efind.dixieflatline.de

License:GNU General Public License v3.0


Languages

Language:C 47.2%Language:Shell 25.6%Language:Python 18.4%Language:Makefile 8.8%