WordPress plugins by Ten&Two Systems
Transform and display XML from local and remote sources using PHP’s XSL extension.
[xslt_transform_xml/]– Process XML using XSL stylesheets.[xslt_select_xml/]– Filter XML using XPath select statements.[xslt_select_csv/]– Convert CSV to XML for display or XSL processing.- WP-CLI – Command-line equivalents.
Transform and cache images from local and remote sources using PHP’s GD or ImageMagick extensions.
- [img_process/]– Call any IMG Processor shortcode, specified in
transform. - [img_info/]– Get details for an existing image.
- [img_fit/] – Resize an image to fit within the specified
widthand/orheight. - [img_fill/] – Resize and crop an image to cover the specified
widthandheight. - [img_resize/] – Stretch an image to fit the specified
widthandheight. - [img_crop/] – Extract a
widthxheightportion of an image from thetop,left. - [img_trim/] – Remove pixels from the
top,left,bottomandrightedges. - [img_border/] – Add pixels to the
top,left,bottomandrightedges. - [img_flip/] – Flip an image vertically or horizontally along the
xoryaxis. - [img_rotate/] – Rotate an image clockwise by
degrees. - [img_scale/] – Scale an image by a
percent. - [img_zoom/] – Scale an image by a
percent, thenfocuson awidthxheightportion. - API Requests – Use the
srcattribute of an<img/>. - WP Commands – Use the command-line interface.