If you are using GameMaker and wish to zoom in while avoiding having your pixels blur, do the following:In your project, go to: Global Settings > Windows (or whatever your platform) > Graphics > Check "Interpolate colors between pixels" off
And you can use texture_set_interpolation( true/false ); to toggle it during a draw event.