You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* artmaster 88 (old japanese pc pc-88,98 image format)
11
-
* windows bitmap
12
-
* gif (non lzw)
12
+
13
+
*[artmaster 88](http://fileformats.archiveteam.org/wiki/ArtMaster88) (old school japanese pc-8801,9801 image format)
14
+
*[mag](https://ja.wikipedia.org/wiki/MAG%E3%83%95%E3%82%A9%E3%83%BC%E3%83%9E%E3%83%83%E3%83%88) (maki-chan graphic loader: old school japanese pc-8801,9801 image format)
15
+
*[zim](https://ja.wikipedia.org/wiki/%E3%83%84%E3%82%A1%E3%82%A4%E3%83%88#Z's_STAFF) (z's staff kid: old school japanese 9801 image format)
* exec jvm w/ `java.library.path` system property e.g `-Djava.library.path=/target/test-classes`
80
45
81
46
## TODO
82
47
83
48
* test `OctTreeQuantizer` (only 256 colors?)
84
49
* complete `ImageMagikQuantizer`
85
50
* Lanczos3 filter using AWT API
86
51
*`BufferedImageOp` ???
52
+
*https://github.com/iariro/N88BasicImage
53
+
* ffmpeg resize 4byte 32bit operation is wrong
87
54
88
55
## Tech Know
89
56
90
57
* Mac Open JDK's JNI library extension is `.dylib`
91
58
*`libsescale` has MMX bug, this causes segmentation fault when resizing image.
92
59
60
+
## References
61
+
62
+
*https://sourceforge.net/projects/recoil/
63
+
93
64
## License
94
65
95
66
### Image I/O PPM Reader
@@ -127,9 +98,9 @@ Public Domain
127
98
128
99
### Java Image Editor
129
100
130
-
The downloadable source code on this page is released under the Apache License. Basically, this means that you are free to do whatever you like with this code, but it's not my fault if your satellite/nuclear power station/missile system fails as a result. Have fun!
131
-
132
-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this code except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
101
+
| The downloadable source code on this page is released under the Apache License. Basically, this means that you are free to do whatever you like with this code, but it's not my fault if your satellite/nuclear power station/missile system fails as a result. Have fun!
102
+
|
103
+
| Licensed under the Apache License, Version 2.0 (the "License"); you may not use this code except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
0 commit comments