Go to file
Matteo Bini 5148b1182f First commit 2023-08-22 12:35:11 +02:00
.gitignore First commit 2023-08-22 12:35:11 +02:00
Makefile First commit 2023-08-22 12:35:11 +02:00
PharaohResizer.c First commit 2023-08-22 12:35:11 +02:00
README First commit 2023-08-22 12:35:11 +02:00

README

Pharaoh Resizer in ANSI C, by Matteo Bini.
Created in 2023. Public domain and free for any use.

This is a version of Pharaoh Resizer written in ANSI C, based on the
GNU/Linux version of the same program made by sulix [1], which itself
was based on the original Pharaoh Resizer source code by crudelios [2].

[1] https://github.com/sulix/PharaohResizer/tree/linux
[2] https://github.com/crudelios/PharaohResizer

The original readme.txt file by crudelios follows below.

Pharaoh Resizer, by crudelios.
Created in 2016. Public domain and free for any use.

This program was created in order to help people resize their Pharaoh + Cleopatra to widescreen.

Currently it supports an horizontal resolution from 1024 to 7680 and a vertical resolution from 720
to 4320 (allowing for perfect usage on 8k screens!).

In order to compile the source code, you'll need to include the LZ4 library. LZ4 is a very fast
compression algorithm which is used to decompress my edited Pharaoh.exe that is included with
this program. Check the LZ4 license below in order to download it:

LZ4 - Fast LZ compression algorithm
Copyright (C) 2011-2012, Yann Collet.
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

    * Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
    * Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

You can contact the author at :
- LZ4 homepage : http://fastcompression.blogspot.com/p/lz4.html
- LZ4 source repository : http://code.google.com/p/lz4/