Resources and Support
 Pixel Joint Forum : The Lounge : Resources and Support
Message Icon Topic: Disable anti-aliasing in Chrome Post Reply Post New Topic
Author Message
uint
Seaman
Seaman
Avatar

Joined: 13 August 2012
Online Status: Offline
Posts: 35
Quote uint Replybullet Topic: Disable anti-aliasing in Chrome
    Posted: 21 August 2012 at 12:21pm
Hey.
I use Google Chrome and when I zoom in on a piece of pixel art, it's anti-aliased. How do I disable anti-aliasing in Chrome? I've been googling but I didn't find anything.
IP IP Logged
shampoop
Commander
Commander
Avatar

Joined: 12 January 2015
Online Status: Offline
Posts: 202
Quote shampoop Replybullet Posted: 21 August 2012 at 1:18pm
IP IP Logged
jalonso
Admiral
Admiral
Avatar

Joined: 29 November 2022
Online Status: Offline
Posts: 13537
Quote jalonso Replybullet Posted: 21 August 2012 at 6:13pm
Use Stylish for Chrome or FF which is HERE or in the Chrome app store or somewhere there I promise (search)
https://chrome.google.com/webstore/category/home

I use this on all my browsers with a pixel specific code which is somewhere on this forum but as usual I can't ever find it :(

This is my FF PJ script:

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pixeljoint.com") {

/*Main Styles*/

img { image-rendering: -moz-crisp-edges; }

}



Edited by jalonso - 21 August 2012 at 6:14pm
IP IP Logged
uint
Seaman
Seaman
Avatar

Joined: 13 August 2012
Online Status: Offline
Posts: 35
Quote uint Replybullet Posted: 22 August 2012 at 4:33am
I installed Stylish for chrome.
Though, it's certain scripts for certain pages. How could I copypaste your script to apply on any web sites?
IP IP Logged
jalonso
Admiral
Admiral
Avatar

Joined: 29 November 2022
Online Status: Offline
Posts: 13537
Quote jalonso Replybullet Posted: 22 August 2012 at 5:00am
I don't think I know or really remember how to make any 'style' be set for all sites. The script I use and posted for PJ has pixeljoint.com in it so there may be a generic "all.sites" or similar.
In stylish you go to 'manage styles' and copy the script and hopefully somewhere there is a check to apply to everything???
Maybe a more savvy person knows and posts here. I'm afraid this is as much help as I can offer.
----
When you do find a solution please post here so others know what to do ;)
IP IP Logged
uint
Seaman
Seaman
Avatar

Joined: 13 August 2012
Online Status: Offline
Posts: 35
Quote uint Replybullet Posted: 22 August 2012 at 8:42am
When I made a new style, it applies to everything by default :P
Though it didn't do anything :/ (I did restart chrome)
IP IP Logged
uint
Seaman
Seaman
Avatar

Joined: 13 August 2012
Online Status: Offline
Posts: 35
Quote uint Replybullet Posted: 22 August 2012 at 9:06am
When I made a new style, it applies to everything by default :P
Though it didn't do anything :/ (I did restart chrome)
IP IP Logged
shampoop
Commander
Commander
Avatar

Joined: 12 January 2015
Online Status: Offline
Posts: 202
Quote shampoop Replybullet Posted: 22 August 2012 at 9:43am
I also tried stylish with chrome and was able to install a style and found where to define the style for a specific url. I entered the code but i'm not sure if I have the syntax correct:

image-rendering:-webkit-optimize-contrast !important;

Apparently, this only works for OSX per this article on stack overflow (last answer). The link in the answer works on my chrome browser so maybe there is hope.

I'm going to keep trying a couple things and let you guys know if I can get it to work.
IP IP Logged
jalonso
Admiral
Admiral
Avatar

Joined: 29 November 2022
Online Status: Offline
Posts: 13537
Quote jalonso Replybullet Posted: 31 August 2012 at 12:56pm
sooooooooooo.........
Will someone post the PJ specific script for Chrome :?


Edited by jalonso - 31 August 2012 at 12:55pm
IP IP Logged
shampoop
Commander
Commander
Avatar

Joined: 12 January 2015
Online Status: Offline
Posts: 202
Quote shampoop Replybullet Posted: 31 August 2012 at 1:14pm
Well, I found this post by you here. I tried your suggestion and it doesn't seem to work on windows7. Can anyone confirm that they can use chrome in w7?

Edited by shampoop - 31 August 2012 at 1:14pm
IP IP Logged
jalonso
Admiral
Admiral
Avatar

Joined: 29 November 2022
Online Status: Offline
Posts: 13537
Quote jalonso Replybullet Posted: 31 August 2012 at 2:03pm
I know... I'm a Mac user so I have no way to easily try on PeeCees :( that thread and the script I posted runs on Macs. I want the PC version for others not myself.
IP IP Logged
domox
Seaman
Seaman
Avatar

Joined: 09 April 2009
Online Status: Offline
Posts: 15
Quote domox Replybullet Posted: 21 September 2012 at 1:51am
Hey everyone, after getting frustrated with crappy upscaling in safari I wrote this browser extension to help out.

Instructions:
  1. Go here: https://github.com/dylan/Crispy
  2. Click "Crispy.safariextz"
  3. Then click the Raw button, Safari will download it and then you can install it.


I hope you guys find it useful.
IP IP Logged
domox
Seaman
Seaman
Avatar

Joined: 09 April 2009
Online Status: Offline
Posts: 15
Quote domox Replybullet Posted: 21 September 2012 at 2:26am
Another note, I just updated it so that it automatically turns on when you visit pixeljoint. ;)
IP IP Logged
RacingRapist
Seaman
Seaman


Joined: 16 March 2014
Online Status: Offline
Posts: 1
Quote RacingRapist Replybullet Posted: 04 December 2012 at 8:17pm
Hi everybody,

I am a young programmer (and the older brother of the pixel artist Rayovatron).

Well, he is using Chrome (like everybody should) and he has the annoying problem of Chrome's antialiasing.

Since we found nothing on the internet to correct the problem, I coded something in Javascript that works well to correct the problem.

Have a glance : http://racingnetworks.no-ip.org:8080/zoom/
(I host this on my computer that is in my bedroom, so it may be down at night...)

If you guys like it, maybe pixeljoint can integrate my code to their site!

RacingRapist

Edit: It doesn't work on IE though, but it is only intended to be used if the browser is Chrome.

Edited by RacingRapist - 04 December 2012 at 8:34pm
IP IP Logged
Long
Commander
Commander
Avatar

Joined: 21 July 2022
Online Status: Offline
Posts: 101
Quote Long Replybullet Posted: 05 December 2012 at 12:40am
Nice! its working on Iron aswell.
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum