Furry stuff, oekaki stuff, and other stuff.
You are not logged in.
Nicole1725 wrote:
I think when I asked about this a long long time ago he said
"To get rid of JPG compression on pictures, you need to open up the "hacks.php" file in a text editor and change the value of this line:Code:
define ('APPLET_NO_JPEG', 0); CHANGE TO: define ('APPLET_NO_JPEG', 1);"
I'm not sure if things have changed since then. *attempted help*
Thanks for the help. I'm pretty sure that it was easy enough to do...but still, I doubt it if you would join my oekaki.
The pictures that remain on my oekaki are still in JPG format. According to the hacks.php file , disabling native JPEG support does not prevent JPEG retouch (saved as PNGs) or JPEG uploads. The JPEG files eventually be deleted once the picture count exceeds 1,000.
I also enabled the ability to use thumbnails on comment screen too.
define ('APPLET_NO_JPEG', 1);
Yup, that's the way to do it.
Keep in mind that this setting does not work with Chibi Paint, and it will only disable JPEG compression when the saving pictures. Thumbnails will still be JPEG, as necessary.
I think when I asked about this a long long time ago he said
"To get rid of JPG compression on pictures, you need to open up the "hacks.php" file in a text editor and change the value of this line:
define ('APPLET_NO_JPEG', 0); CHANGE TO: define ('APPLET_NO_JPEG', 1);
"
I'm not sure if things have changed since then. *attempted help*
Is there a way to completely disable JPG compression to allow one particular user to join a oekaki? Because, one particular user cannot join any oekaki at all. I was just curious though.