Hi Harish,Did you look at the createAsset method of AssetManager? See http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/dam/api/AssetManager.html#createAsset(java.lang.String, java.io.InputStream, java.lang.String, boolean)This accepts an InputStream. There's no need to parse the image file i...