You can use this widget for tag forms it features autocomplete and and easy way to delete added tags. I use it in combination with the excellent Taggable behavior
There are several image components already for Yii probably the most popular is the Kohana port one of the limitations this component has is that it cannot save thumbnails with adaptive resizing.
I have written a small helper class for PHPThumb the library included has a changed filename for Yii's autoloading.
The helper will allow for automatic caching of thumbnails, just make sure the directory is writeable, the thumb name is based on resize option and width / height and will be saved under a .tmb directory.
Simple example
This will create a thumbnail with adaptive resize width and height will be as specified and cropped from center.