zimg icon indicating copy to clipboard operation
zimg copied to clipboard

A lightweight and high performance image storage and processing system.

Results 104 zimg issues
Sort by recently updated
recently updated
newest added

如何返回base64的图片格式?

pom.xml ``` org.jodd jodd-http 5.0.13 ``` ``` @Slf4j public class ImageUploadUtilsTests { @Test public void upload() throws IOException { File file = ResourceUtils.getFile("classpath:20180822153319.jpg"); HttpRequest request = HttpRequest .post("http://127.0.0.1:8899/upload") .body(Files.toByteArray(file), suffex(file.getName()))...

用requests.post上传总是传回错误代码2,有没有大神给一个解决方案

zimg.lua中配置: headers = 'Access-Control-Allow-Origin: *' 不起作用。response header里面没包含该属性

大家好, 请问zimg还在维护中么? 打算搭建一个图片服务器, 项目还没有上线, 预估并发量不会非常大, 感觉fastdfs对于我们公司的项目来说有点太沉了, 然后就了解到了zimg

com.mashape.unirest.http.exceptions.UnirestException: org.apache.http.NoHttpResponseException: imagestest.****.com:4869 failed to respond at com.mashape.unirest.http.HttpClientHelper.request(HttpClientHelper.java:143) at com.mashape.unirest.request.BaseRequest.asString(BaseRequest.java:56) at com.fcar.base.zimg.ZIMGClient.upload(ZIMGClient.java:114) at com.fcar.base.zimg.ZIMGController.upload(ZIMGController.java:34) at sun.reflect.GeneratedMethodAccessor615.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606)

刚接触zimg,准备应用到一个B2B的电子商务网站上。想了解有没有将zimg应用到商业应用、企业级应用? 谢谢

For instance, I've already had imagemagick installed from the repository, I do NOT want to have a 2nd imagemagick, what can I do ? Cheers Pei

原始文件 0*0 比较大,历史文件相对访问较少,相对老文件进行压缩处理,是否压缩后保存为 0*0 即可?