|
Create Thumbnails exactly the same size in CodeIgniter
|
Email
|
| Submitted on: |
1/23/2012 1:23:39 PM |
| By: |
snowboardr
|
| Level: |
Beginner |
| User Rating: |
By 1 Users |
| Compatibility: |
PHP 5.0 |
| Views: |
3195 |
|
(About the author) |
|
|
|
The purpose of this code is to show how to make equal size thumbnails in CodeIgniter.
|
 |
| |
Terms of Agreement:
By using this article, you agree to the following terms...
- You may use
this article in your own programs (and may compile it into a program and distribute it in compiled format for languages that allow it) freely and with no charge.
- You MAY NOT redistribute this article (for example to a web site) without written permission from the original author. Failure to do so is a violation of copyright laws.
- You may link to this article from another website, but ONLY if it is not wrapped in a frame.
- You will abide by any additional copyright restrictions which the author may have placed in the article or article's description.
|
Creating thumbnails in CodeIgniter is pretty straightforward. However creating thumbnails that are equal in dimensions is another story. The biggest problem we face is that you will not always get the perfect crop, for example not cropping the "important" part of the picture.
One way around this of course would be to only supply images with equal dimensions to be cropped. The whole image in this case would be cropped without loosing the import parts.
Comparison of the Original Image vs the Thumbnail
The above image shows a comparison of how each image size is cropped.
(Original)
(Cropped to 200 x 200)
It is clear that the women in the photo was partially cut off. This could be solved by allowing the user to select the area to cropped.
About the Code
A few things to note about this code. This code loops through a given directory and creates equal size thumbnails of each image found. It was adapted from another blog post I found. I wrote the code inside a CodeIgniter controller called Testing.
|
|
Other 1 submission(s) by this author
|
|
Report Bad Submission
|
Your Vote
|
| |
Other User Comments
|
There are no comments on this submission. |
Add Your Feedback
Your feedback will be posted below and an email sent to
the author. Please remember that the author was kind enough to
share this with you, so any criticisms must be stated politely, or they
will be deleted. (For feedback not related to this particular article, please
click here instead.)
To post feedback, first please login.
|