“文章照片”的最佳政策在网上杂志上?
我为在线杂志设计了一个数据库,每篇文章我都会有3张不同尺寸的照片,首先我选择一张照片,然后必须制作另外2张调整大小的照片,如果我想要手工处理这是非常困难的,你有什么建议?我使用mysql+php,有这方面的cms吗?
谢谢
I'v design a db for magazine online,foe each article i will have 3 photos in different size ,first i select one photo and then must make another 2 photos with resizing,if i want that handel this by hand it is very difficult,what is your suggestion?i use mysql+php and is there any cms in this regard?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在服务器上使用 ImageMagick 创建其他两个图像。
Use ImageMagick on the server to create the other two images.