while fetching the property photos can we set the image size
While fetching the property images at that time can we set the property image resolution using the RETS connector application. Just suppose I will set the 768*576 can we do that or not?
Comments
Not necessarily like that - if you are downloading the physical photos. I recommend downloading the location of the photos, so you can grab the URL instead of the full images. You can also adjust the type of photo, so you can for example say "Type=Thumbnail" instead of "Type=Photo", but I believe you're looking for options with location = 1
How I can get the location of photos instead of downloading the photos?
In RETS Connector, on the Media tab there is an option to Add Locations to data file.
I am not getting you. Actually we have created one console application using DOT NET Which is fetch the data from the RETS connector API and then it will save the data in our database. For fetching the images we are using the same but we are downloading the images and saving in our server. In that case what we need to use here.
What is this RETS connector API you are referring to?
I thought you were referring to the RETS Connector application.
we are using the RETS CONNECTOR APPLICATION which is created by our development team "UserAgent": "RETS-Connector/1.7.2", "ServerVersion": "1.7.2", "LoginUrl": "http://yuma-rets.paragonrels.com/rets/fnisrets.aspx/YUMA/login?rets-version=rets/1.7.2", "Username": "genreal", "Password": "**" "Type": "Basic" We are using this and fetching the data.
Any update??