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

``` public HttpServletResponse uploadFile(HttpServletRequest request){ MultipartHttpServletRequest mRequest = null; MultipartResolver resolver = new CommonsMultipartResolver(request.getSession().getServletContext()); // 获取request try { mRequest = resolver.resolveMultipart(request); mRequest.setCharacterEncoding("UTF-8"); } catch (Exception e1) { e1.printStackTrace(); } //...

java-json

尝试ci构建 zimg.lua增加证书配置 ``` --SSL pemfile = "server.crt" privfile = "server.key" cafile = "ca.crt" ```

#### 前端代码 ``` html upload files Submit data and files! Dropzone.options.myAwesomeDropzone = { // The camelized version of the ID of the form element //paramName: "userfile", // The name that...

``` import java.awt.image.BufferedImage; import java.io.BufferedReader; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.net.URL; import java.net.URLConnection; import javax.imageio.ImageIO; /** * Title: TestImageBinary.java * Description: Java upload Img...

java-json

The "Content-Type" header doesn't reflect the requested and delivered format. I store a jpg and request a jpg, png and gif. The "Content-Type" header is always "image/jpeg" although the actual...

### buaazp/zimg now has a Chat Room on Gitter @buaazp has just created a chat room. You can visit it here: [https://gitter.im/buaazp/zimg](https://gitter.im/buaazp/zimg?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

我现在有已经使用的文件存储的批量数据,想将数据导入到zimg中管理,是否有好的办法,要是从zimg中迁出数据有什么方法吗?

enhancement
data-migration

Add a setting or an API to save as progressive images. Using [MagickSetImageInterlaceScheme](http://www.imagemagick.org/api/magick-image.php#MagickSetImageInterlaceScheme) function to do this feature.

enhancement

用下面的请求执行图片变换,会出现多余的空白,其他的格式没有问题 http://demo.buaa.us/5f189d8ec57f5a5a0d3dcba47fa797e2?f=gif&w=74&h=74

bug

1. How do I call an API for only verified user to post images? e.g. server response code of "1" from another server with a submitted string and then only...

enhancement
authentication
php-json
user-defined-url