<div dir="ltr">Hi Khaled,<div class="gmail_extra"><br><div class="gmail_quote">On Sat, Apr 6, 2013 at 9:18 PM, Khaled Ibrahimi <span dir="ltr"><<a href="mailto:ibrahimikhaled@yahoo.com" target="_blank">ibrahimikhaled@yahoo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div style="font-size:12pt;font-family:arial,helvetica,sans-serif">
<div><span style="background-color:transparent">I still have the same problem. I tried the "</span><strong style="margin:0px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:18px;background-color:rgba(248,248,248,0.6)">Raster->Projections->Warp" </strong><span style="margin:0px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:18px;background-color:rgba(248,248,248,0.6)">on my Raster but I got the msg</span><strong style="margin:0px;padding:0px;border:0px;font-size:14px;vertical-align:baseline;color:rgb(51,51,51);font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;line-height:18px;background-color:rgba(248,248,248,0.6)">: </strong><span style="background-color:transparent;font-size:12pt">ERROR 1: Unable to compute a transformation between pixel/line </span><span style="background-color:transparent;font-size:12pt">and georeferenced coordinates for".</span><br>
</div><div style="font-style:normal;font-size:12pt;background-color:transparent;font-family:arial,helvetica,sans-serif"></div></div></blockquote></div><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">
It sounds like your raster may not be georeferenced. Does it display in QGIS when you load it as a raster? Does it align with the vector you are cutting it with? From the command line, you can use gdalinfo to see if there's a coordinate system defined. If you run 'gdalinfo <filename>.jpg' (from the same directory as the file), the resulting output should include something like this if it's georeferenced:<div>
<br></div><div><div><font face="courier new, monospace">Coordinate System is:</font></div><div><font face="courier new, monospace">GEOGCS["WGS 84",</font></div><div><font face="courier new, monospace">    DATUM["WGS_1984",</font></div>
<div><font face="courier new, monospace">        SPHEROID["WGS 84",6378137,298.257223563,</font></div><div><font face="courier new, monospace">            AUTHORITY["EPSG","7030"]],</font></div>
<div><font face="courier new, monospace">        AUTHORITY["EPSG","6326"]],</font></div><div><font face="courier new, monospace">    PRIMEM["Greenwich",0],</font></div><div><font face="courier new, monospace">    UNIT["degree",0.0174532925199433],</font></div>
<div><font face="courier new, monospace">    AUTHORITY["EPSG","4326"]]</font></div></div><div><br></div><div>if it isn't, you'll see something like this:</div><div><br></div><div><div><font face="courier new, monospace">Coordinate System is `'</font></div>
<div><br></div><div>If it's not georeferenced, you can georeference it using the Georeferencer plugin (there's a useful tutorial here: <a href="http://glaikit.org/2011/03/27/image-georeferencing-with-qgis/">http://glaikit.org/2011/03/27/image-georeferencing-with-qgis/</a>).</div>
<div><br></div><div>Hope this helps,</div><div>Rudi</div></div></div></div>