Opensource

Free and open source for web development.

CImage and img.php for image resize, crop and processing using PHP GD

New website for CImage and img.php

Update 2016-06-27.

Go to cimage.se/doc to read the latest version of documentation on Cimage and img.php.

Cropping a part of a [larger image](/cimage/imgd.php?src=cimage/kodim07.png).

Cropping a part of a larger image.

CImage is a PHP class enabling resizing of images through scaling, cropping and filtering effects – using PHP GD. The script img.php uses CImage to enable server-side image processing utilizing caching and optimization of the processed images.

Server-side image processing is a most useful tool for any web developer, img.php has an easy to use interface and its powerful when you integrate it with your website. Using it might decrease the time and effort for managing images and it might improve your workflow for creating content for websites.

Read more »

Category: php.

CImage major release v0.7

New release of CImage and img.php, v0.7.0. Useful for server-side image processing, resizing and cropping using PHP GD.

This will be the last version to support PHP 5.3.

Read more »

Category: php.

CImage feature release v0.6

This is a major improvement with new features and partly rewriting code both in CImage, img.php and img_config.php.

Read more »

Category: php.

CDatabase - PHP classes för working with SQL queries and databases

The CDatabase is a collection of PHP classes that aid in working and querying databases. It has a query builder that let you build the SQL queries using code, in a database agnostic way and it has a database abstraction layer on top of PHP PDO which adds logging, debugging and ease of use.

This is basically an addon upon PHP PDO. It is small enough to understand and easy enough to extend by a intermediate skilled PHP programmer. It can be used as a base to build upon to create your own custom database library, before moving on to a more complete ORM library (Object Relational Mapping).

Read more »

Category: php.

CForm - A collection of PHP classes to ease working with HTML forms

The CForm is a collection of PHP classes that aid in working with HTML forms. The form can be created using object or array syntax, rendered, posted, validated and managed in a callback. All this is programmatically centered around the usage of CForm.

This is basically an easy way – for the PHP programmer – to work with HTML forms.

Read more »

Category: php.

CImage maintenance release v0.5.2

This is maintenance release v0.5.2, which corrects bugs.

Read more »

Category: php.

A style.php to autocompile LESS with lessphp

The script, style.php, is a wrapper to the lessphp compiler, enabling autocompiling of LESS-files to a CSS-file and utilizing gzip and browser caching together with easy access to configuration options through a config-file.

style.php makes it easier for advanced use of server-side compiling of style.less to style.css.

Read more »

Category: php.

CImage release v0.5 & v0.5.1

This is release v0.5 & v0.5.1, which adds features and may break backward compatibility.

Read more »

Category: php.

CImage maintenance release v0.4.1

This is a maintenance release for v0.4.

Read more »

Category: php.