Browsed by
Category: Data

CMIX GUI v1.7 released!

CMIX GUI v1.7 released!

Hi everyone, I have released CMIX GUI v1.7 today: This version adds support for cmix v17, which was released a few days ago. You can download this new release at the project’s GitHub repository by clicking here. Enjoy! Post Views: 1

Announcing TIFF Recompressor

Announcing TIFF Recompressor

Hi everyone, I’ve been working on a brand-new software called TIFF Recompressor: This is a tool that allows you to recompress TIFF files by using different compression methods. It also allows you to store them uncompressed so that you can use another software to further compress the files. The following compression methods can be used in the software: CCITT3 CCITT4 LZW RLE Uncompressed Try it out! You can download this new tool here:https://github.com/moisesmcardona/TIFFRecompressor/releases/tag/v0.1 More information about the software can be…

Read More Read More

PAQCompress v0.3.8 released!

PAQCompress v0.3.8 released!

Hi everyone, Today, I updated PAQCompress and released version 0.3.8: This new release adds support for the newly released paq8pxv v8 You can download this new release here: https://github.com/moisesmcardona/PAQCompress/releases/v0.3.8 Enjoy! Post Views: 2

PAQCompress v0.3.7 released!

PAQCompress v0.3.7 released!

Hi everyone, Today, I have released PAQCompress v0.3.7: This new release adds support for the following PAQ versions: paq8pxd v64 paq8pxv v6 You can download this new release at GitHub here: PAQCompress v0.3.7 The source code, as usual, is available at the PAQCompress project repository: https://github.com/moisesmcardona/PAQCompress Technical notes: paq8pxv v6 provided only one executable, and it was not labeled either with their usual “jit.exe” ending nor with “vm.exe”. Because of this, I had to write a new function that will…

Read More Read More

PAQCompress v0.3.6 released!

PAQCompress v0.3.6 released!

Hi everyone, Today, I have released PAQCompress v0.3.6: This release adds PAQ8PXv v5. The previous release added PAQ8PX v4 and PAQ8P_PC. You can download this new version at the project’s GitHub page here: https://github.com/moisesmcardona/PAQCompress/releases/tag/v0.3.6 Enjoy! Post Views: 0

PAQCompress v0.3.3 and v0.3.4 released!

PAQCompress v0.3.3 and v0.3.4 released!

Hi everyone, Today, I have released PAQCompress v0.3.3 and v0.3.4. Yup, 2 versions in a day. What happened was that paq8pxd v63 was first released, so I downloaded it and added support for it in PAQCompress. That’s what v0.3.3 adds. A few minutes later, it turns out that paq8px v178 was also released, so I also added support in PAQCompress and that’s what v0.3.4 adds: So there you have it, 2 version in a day. Of course, you should only…

Read More Read More

PAQCompress v0.3.2 released!

PAQCompress v0.3.2 released!

Hi everyone, Today morning, I have released v0.3.2 of PAQCompress: This new release adds support for paq8px v62. You can download it at GitHub here: https://github.com/moisesmcardona/PAQCompress/releases/tag/v0.3.2 Enjoy! Post Views: 0

PAQCompress v0.3 and cmix_gui v1.6 released!

PAQCompress v0.3 and cmix_gui v1.6 released!

Hi everyone, Today, I have released PAQCompress v0.3: This release allows you to drag and drop a file into the software executable and it will pre-fill the input and output textboxes, saving you time from browsing for an input and output location. You can download this release at GitHub here: https://github.com/moisesmcardona/PAQCompress/releases/tag/v0.3 I’ve also released CMIX GUI v1.6: This release adds cmix_v16f and improves the software logging. As with PAQCompress, you can also now drag and drop a file into the…

Read More Read More

Introducing the new, better PAQCompress GUI

Introducing the new, better PAQCompress GUI

Hi everyone, I started this year being productive and have coded for the past couple of days, hence my absence of posts in this site. I’ve worked on updated a graphical user interface I wrote several years ago for the PAQ Compression software. At the time, I had limited skills writing code, and my GUIs were not that great. Hence, I took that software and rewrote it from scratch to provide a better user experience. I also updated the software…

Read More Read More

cmix_gui v1.5 released!

cmix_gui v1.5 released!

Hi everyone, Yesterday, Veterans Day Holiday, I was working at improving the cmix GUI software. New versions of the cmix compression software were released and so, I added support for them. cmix GUI now supports cmix_v16c, v16d, and v16e! Other improvements includes fixing the log window as it seems cmix switched from using Standard Output (stdout) to Standard Error (stderr). This prevented the log from showing the output. Also, in the process, there were code improvements performed. Lastly, the software…

Read More Read More