Did you even care to look at the documentation?
The
sf::Image has a
copy function that lets you do so.
For textures you can specify an area to be loaded (see
here), but if you want to change it later, you might want to use a texture rect in a sprite, otherwise you'll have to go via a render texture, which might not always be what you want.