Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
0

How do I make text on a diagram made in Illustrator clear on the web?

New Here ,
Jun 15, 2018 Jun 15, 2018

Copy link to clipboard

Copied

I have a diagram made in Illustrator cc where all the numbers all look clear and crisp in Illustrator but when I put on web, the numbers go blurry. I have tried saving as .gif and .png and .jpg and also changing text to 'sharp', type optimising when exporting/saving for web and different Document Raster Effect Settings but nothing seems to work. I have also tried saving as .svg, but my Wordpress won't take these files and I'm not permitted to use any plug ins. Can anyone help?

many thanks

Views

877
Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jun 17, 2018 Jun 17, 2018

Here's a really important test you can do.

Save your file and view it immediately in a web browser WITHOUT UPLOADING IT. View it at the target size.

Does it look OK, or bad?

* If it looks OK, you've proven that it's the web site (Wordpress for example) that is making it bad, and Illustrator is fine.

* If it looks bad, ignore the web site and focus on making it better in Illustrator.

Unless you discover where things are going bad, you can waste huge amounts of time trying to fix the wrong thing.

Votes

Translate
Adobe
Community Expert ,
Jun 15, 2018 Jun 15, 2018

Copy link to clipboard

Copied

Please show.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2018 Jun 15, 2018

Copy link to clipboard

Copied

Are you putting the image online at 100% of the size that you're outputting from Illustrator?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 18, 2018 Jun 18, 2018

Copy link to clipboard

Copied

Yes I'm using it at 100%

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 15, 2018 Jun 15, 2018

Copy link to clipboard

Copied

Use View > Pixel Preview at a 100% zoom level to get an idea of how it will look on your webpage.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 16, 2018 Jun 16, 2018

Copy link to clipboard

Copied

As you found, small text does not display well on the web when it is rasterized. Make the text a larger point size, minimum 14 point.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jun 16, 2018 Jun 16, 2018

Copy link to clipboard

Copied

Wordpress will change the compression of your images but we can change the default value using a plugin, go to the plugin section and then sear for jpeg_quality,  If you know Wordpress very well the other option you can add this PHP code

add_filter('jpeg_quality', function($arg){return 100;});

Let me know if that works

Eugenio

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Jun 16, 2018 Jun 16, 2018

Copy link to clipboard

Copied

They state

''I'm not permitted to use any plug ins. ''

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advocate ,
Jun 16, 2018 Jun 16, 2018

Copy link to clipboard

Copied

Do you have permissions to edit the code?

In Wordpress go to Appearance > Editor. inside search for the file functions.php then scroll all the way down an add this line of code

add_filter('jpeg_quality', function($arg){return 100;});

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 17, 2018 Jun 17, 2018

Copy link to clipboard

Copied

Here's a really important test you can do.

Save your file and view it immediately in a web browser WITHOUT UPLOADING IT. View it at the target size.

Does it look OK, or bad?

* If it looks OK, you've proven that it's the web site (Wordpress for example) that is making it bad, and Illustrator is fine.

* If it looks bad, ignore the web site and focus on making it better in Illustrator.

Unless you discover where things are going bad, you can waste huge amounts of time trying to fix the wrong thing.

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 18, 2018 Jun 18, 2018

Copy link to clipboard

Copied

LATEST

Thank you Test Screen Name. I tried this and all looked OK so must be Wordpress

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jun 16, 2018 Jun 16, 2018

Copy link to clipboard

Copied

Hey

Could I ask the method you're using to save out the file types you mention, please? For example, are you using Save for Web, Exp;ort for Screens, Export as… or the asset export panel?

Votes

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines