[fpc-pascal] Increasing Image Resolution with Neural Networks

2017-12-31 Thread Joao Schuler
Hello, To whom might be interested, I've just recorded a video showing how to increase image resolution using free pascal: https://www.youtube.com/watch?v=jdFixaZ2P4w I consider this as a step in the project as this is the first time an image generative neural network and it's supporting API is ad

Re: [fpc-pascal] Why win64 program are considerably bigger in exe size than win 32?

2017-12-31 Thread Martok
Am 31.12.2017 um 11:15 schrieb Sven Barth via fpc-pascal: > Could/would you provide that tool as open source? Sure! I have attached the win32 binary as a release. > Does it only work with PE/COFF or also ELF?Since I only very crudely parse > the linker map fi

Re: [fpc-pascal] Why win64 program are considerably bigger in exe size than win 32?

2017-12-31 Thread Florian Klämpfl
Am 31.12.2017 um 00:19 schrieb Martok: > > And now the on-topic part: this compares an "empty" project (Lazarus: > Project->New->Program), compiled for win32 and win64 > > As you can see, the win64 image is about a third larger - but not so much > because of th

Re: [fpc-pascal] Why win64 program are considerably bigger in exe size than win 32?

2017-12-31 Thread Mark Morgan Lloyd
On 31/12/17 00:15, Martok wrote: Oh, and I finally know why even simple LCL applications are so large: graphicsdrags in fcl-image, which includes full support for JPEG, TIFF, PNG and requirespasjpeg, paszlib and others. The widgetset indirection is surprisingly small. Interesting. -- Mark

Re: [fpc-pascal] Why win64 program are considerably bigger in exe size than win 32?

2017-12-31 Thread Sven Barth via fpc-pascal
Am 31.12.2017 00:19 schrieb "Martok" : Am 22.12.2017 um 09:30 schrieb Dennis: > I am upgrading my program from win 32 to win 64 using the new Lazarus 1.8. > I discovered my program exe size increased from 6M to 9M. Just for fun, I wrote a small program to parse Linker Map files and show the image