bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
405 stars 57 forks source link

LazPaint 7.1.4 Win 32 and Win 64. #196

Closed fredvs closed 4 years ago

fredvs commented 4 years ago

Hello.

This are the binaries I get for last release with fpc 3.2.0, all seems ok here :

Used lazpaint.prj + ideU.

lazpaint64.exe.zip lazpaint32.exe.zip

circular17 commented 4 years ago

Thanks. For people that would like to test that will be useful.

circular17 commented 4 years ago

Note that as we are testing, it is better to provide the debug versions. They are a bit bigger but show stack trace and display that they are test version in the title, to avoid confusion with actual releases.

Edit: note that to indicate that it is a debug version, you need to specify the -dDEBUG as compiler option.

fredvs commented 4 years ago

OK, here debug version, with -dDEBUG and -gl compiler options.

They are a bit bigger

Huh, yes , just a bit (LazPaint.exe 64 bit is 118 megas, 28 megas zipped...). Sorry but GitHub do not allow to upload big files (> 25 megas), so I can only upload the win 32 debug version.

lazpaint_win32.exe.zip

lainz commented 4 years ago

Maybe uploading them in a pre-release tag?

Google drive.. Dropbox, etc.

fredvs commented 4 years ago

Hello.

Here the LazPaint.exe debug 64 bit compressed with tar.xz, it is only 16 megas. But I was obliged to rename it to tar.xz.zip because github dont accept tar.xz files. So once downloaded, remove the .zip extension.

lazpaint_win64_debug.exe.tar.xz.zip

fredvs commented 4 years ago

Maybe uploading them in a pre-release tag?

Ho, yes that is a good idea. Maybe first test here then move it to pre-release.

circular17 commented 4 years ago

Yeah I will publish as prerelease soon, just trying to fix most obvious bugs first.