推荐一个免费图片库
我正在寻找免费图片库的建议,该图片库与 ASP.NET 兼容,并且可以加载从 xml 文件读取位置的图像。
像这样的东西
<?xml version="1.0"?>
<gallery>
<image id="bk101">
<name>image1.png</name>
<title>this is a sample image 1 </title>
</image>
<image id="bk102">
<name>image2.png</name>
<title>this is a sample image 2 </title>
</image>
</gallery>
I am looking for recommendations for a free image gallery, compatible with ASP.NET and which can load the images reading the location from an xml file.
something like this
<?xml version="1.0"?>
<gallery>
<image id="bk101">
<name>image1.png</name>
<title>this is a sample image 1 </title>
</image>
<image id="bk102">
<name>image2.png</name>
<title>this is a sample image 2 </title>
</image>
</gallery>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过简单查看器?我不久前尝试过,发现使用 XML 文件进行设置很容易。它是基于闪存的,但您没有对图库的实现方式施加限制。
Have you tried Simple Viewer? I tried it a while back and found it easy to set up with XML files. It's flash based, but you didn't put restrictions on how the gallery was implemented.
实际上,虽然我不确定 asp 兼容性等,但更简单的方法可能是安装一些可以为您完成大部分工作的东西。一些好的解决方案可能是 http://bitnami.org/stack/coppermine 和 http://bitnami.org/stack/gallery
Actually, while I am not sure about the asp compatibility, etc, the easier road could be installing something that does quite of the work for you. Some pair of good solutions could be http://bitnami.org/stack/coppermine and http://bitnami.org/stack/gallery