I'm currently working with gdalwarp to split some tiffs.
gdalwarp -cutline file.shp -dstalpha -of GTiff image.tif split_image.tif
I wanted to know if I can use an other source rather than use a shapefile, for example I'd like to use a WKT entry, something like POLYGON ((0 0, 0 1, 1 1 , 1 0, 0 0))