PHP Classes

Packages of Mickey Chan

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Mickey Chan (2)  >  Mission progress status  >  Reputation  
Picture of Mickey Chan
Name: Mickey Chan <contact>
Classes: 2
Country: Hong Kong Hong Kong
Age: 57
All time rank: 10784 in Hong Kong Hong Kong
Week rank: 195 Up1 in Hong Kong Hong Kong Up
All time users: 2993
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Chinese Party  
Convert Chinese text encodings
This package can be used to convert a Chinese text between two character set encodings.

Currently it can convert between character set encodings between UTF-8 traditional Chinese, UTF-8 simplified Chinese encodings, Big5 and GB2312.

When the class meet some special Chinese character, such as Cantonese characters that commonly used in Hong Kong or Japanese characters that included in Big5 character set, it will try to encode it in &#nnnnn; format to prevent error or missing words.
Not enough user ratings

  Files folder image Thumbnail Party  
Generate thumbnail images using GD or ImageMagick
This class can be used to generate image thumbnails.

It can use either the PHP GD library functions or the ImageMagick program.

The class generates thumbnail images with a size proportional to the original image.

If the original image is smaller than the target thumbnail size, the class may optionally enlarge the original image.

The empty spaces around the rescaled image can be optionally filled with a background color.

The rescaled image can be stored in a server side file or served as the current script output.

The class can store the thumbnail images in cache files to avoid thumbnail image generation overhead when the thumbnail images are generated with the same size.

When using GD library functions, the class checks the available memory to prevent thumbnail image generation errors.

When an error occurs, the class displays the error message within the generated image.

Watermark feature has been added since v1.1.0
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 87% 83% - 75% - - 59% 1282
Month: Not yet rated by the users


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z