-
Hi: The code used to work correctly, no changes made, but now I receive the below errors, can you please check:
[ERROR] [19,22] package cafe.image.gif does not exist
[ERROR] [20,17] package cafe.util…
-
How would you go about getting only the first frame of an animated gif? I'm assuming that this lib doesnt pull the gif over the network, but i can get the gif into a byte[] on the device, so from ther…
Orbyt updated
8 years ago
-
Hi,
In your document, you have said, " To save memory, we can also write animated GIF frame by frame!"
Can you provide an example? I'm getting Java Heap Space error due to all the images are writt…
-
This issue proposes to support georaster data in H2GIS as POSTGIS raster extension.
A proof of concept is currently available on the branch https://github.com/irstv/H2-Mirror/tree/h2raster_2014_03_1…
-
In order to reduce memory consumption, there should be a way to write animated GIF frames one at a time. Currently, "icafe" write them from an array of BufferedImages which could be a problem if lots …
-
The current implementation requires that a specific API be used if this library is included. It would be ideal to become a provider of the standard API like: https://github.com/jai-imageio/jai-imageio…
-
Hey,
I need to make a split of a Multi TIFF, but later move the Single TIFF image to other folder, even the Multi TIFF. But the problem is tha tthe lib doesnt release some of the Single TIFF and the …
-
Hi,
I came across your icafe library yesterday, when I was looking for a library to handle animated gifs. I would like to use it in my project, but the scattered logging to `System.out` is not too ha…
-
根据 Team 与 icafe 上的误报反馈显示,检查全部属性过于严格,流行的 linter 都不对引号中的值作检查,因此增加配置项,默认忽略包含引号的属性的检查,方便对自己要求严格的同学默认不打开配置,有特殊属性需要忽略时可使用配置中的 ignore 配置。见 #49
-
source uri in podspec
```
http://our_sonatype_nexus_repo/path/redirect?r=#{repository}&g=#{groupId}&a=#{artifactId}&v=#{version}&c=#{classfier}&e=#{extension}
```
### Report
- What did you do?
Afte…