artem-zinnatullin / jet-image-loader

WP7+ fast and powerfull image loader with memory and storage caching for your projects!
Apache License 2.0
44 stars 14 forks source link

Load images from folder in Solution (Assets) ,, please show me the changes and change in the code #36

Open MaherElhendy opened 9 years ago

MaherElhendy commented 9 years ago

Load images from folder in Solution (Assets) ,, please show me the changes and changes in the code return "http://jetimageloader.artemzin.com/sample_images/" + imageFileName; i want return "assets/1.PNG";

artem-zinnatullin commented 9 years ago

Currently, JetImageLoader does not support local URLs, but it would be great if you'll make a pull request with implementation of this feature

I'd suggest to use "asset://" uri scheme 24 сент. 2014 г. 11:14 пользователь "MaherElhendy" notifications@github.com написал:

Load images from folder in Solution (Assets) ,, please show me the changes and changes in the code return "http://jetimageloader.artemzin.com/sample_images/" + imageFileName; i want return "assets/1.PNG";

— Reply to this email directly or view it on GitHub https://github.com/artem-zinnatullin/jet-image-loader/issues/36.