推荐一个免费图片库

发布于 2024-09-29 01:55:34 字数 456 浏览 3 评论 0原文

我正在寻找免费图片库的建议,该图片库与 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

烟花肆意 2024-10-06 01:55:34

您是否尝试过简单查看器?我不久前尝试过,发现使用 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.

北音执念 2024-10-06 01:55:34

实际上,虽然我不确定 asp 兼容性等,但更简单的方法可能是安装一些可以为您完成大部分工作的东西。一些好的解决方案可能是 http://bitnami.org/stack/copperminehttp://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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文