Support forum of the software localization tool Sisulizer


.NET, Delphi, ... - Sisulizer Localization Tool Support Home

Get in contact with the makers of Sisulizer.
Our forum is open for all questions around Sisulizer from customers and prospects.
Don't hesitate to register and ask. The Sisulizer team will answer ASAP.

Search     Help Home Sisulizer Website Download
Search by username
Not logged in - Login | Register 

 Moderated by: Renate.Reinartz, Markus.Kreisel, Jaakko.Salmenius, Ilkka.Salmenius
New Topic Reply Printer Friendly
Problems with image quality of CHM file - Bugs and Quirks in Sisulizer - Technical Support (You need to be registered at the forum to write) - .NET, Delphi, ... - Sisulizer Localization Tool Support
AuthorPost
 Posted: Fri Dec 21st, 2007 08:36 am
PM Private Upload Quote Reply
wast
Member
 

Joined: Fri Dec 21st, 2007
Location:  
Posts: 1
Status: 
Offline
I have problems with the image quality of chm file. The image (gif) looks in Sisulizer Enterprise-Edition 1.6.16  Translation column  fine.  But if  I  create the translatet chm file the image quality looks very bad. I use the same resolution as the source images so I don't know whats going wrong

Back To Top PM Private Upload Quote Reply

 Posted: Fri Dec 21st, 2007 09:59 am
PM Private Upload Quote Reply
Ilkka.Salmenius
Administrator


Joined: Wed Aug 8th, 2007
Location: Tokyo, Japan
Posts: 956
Status: 
Offline
Could you send us your CHM-file and the Siulizer project file (.SLP), please.

support (at) sisulizer.fi

or the single HTML-file that contains the image. You can exctract HTML-file out of the CHM-file:

hh -decompile <target dir> <chm-file>

example:
hh -decompile Files Sample.chm

best regards
Ilkka



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Private Upload Quote Reply

 Posted: Thu Dec 27th, 2007 06:12 am
PM Private Upload Quote Reply
josefder1
Member
 

Joined: Mon Aug 6th, 2007
Location:  
Posts: 56
Status: 
Offline
Hello,

I think I know why the quality is so bad the original source image has e. g. 923x603 px. The translate image has a size 965x651 px. In my translated chm file the size of the image is resampled to 923x603px so the quality of the image is bad. If I change this in the Html file to the translated size 967x651 px the quality is ok.


If I check the option    "Update image sizes" I got the following line

<p><img src="Art/00_ApplicationWindow.gif" x-maintain-ratio="TRUE" style="width:923px; height:603px;" width="967" height="651" border="0" class="hcp1"></p>

If I change the line to the following the quality is ok

<p><img src="Art/00_ApplicationWindow.gif" x-maintain-ratio="TRUE" style="width:967px; height:651px;" width="967" height="651" border="0" class="hcp1"></p>  


Is it possible to  use, with Sisulizer the size of the translated image? I have found no settings for this .

Back To Top PM Private Upload Quote Reply

 Posted: Thu Jan 3rd, 2008 05:00 am
PM Private Upload Quote Reply
Ilkka.Salmenius
Administrator


Joined: Wed Aug 8th, 2007
Location: Tokyo, Japan
Posts: 956
Status: 
Offline
The current version of Sisulizer does not update the pixels of style attribute. It can update only the width anf height attributes.

It can update these:
width="967" height="651"

but not this:
style="width:923px; height:603px;"

I will add a new option to the next build to update the widths and heights also in a style attribute

best regerds
Ilkka



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Private Upload Quote Reply

 Posted: Mon Aug 9th, 2010 02:38 pm
PM Private Upload Quote Reply
sgs
Member
 

Joined: Mon Aug 9th, 2010
Location:  
Posts: 3
Status: 
Offline
This thread is 2 years old, but the problem still exists. Sisulizer still generates HTML code where the img style attributes are different from the width/height attributes. Example from our project:

<img src="LAB0053.png" x-maintain-ratio="TRUE" style="width:269px; height:286px;" width="257" height="293" border="0" class="hcp1">

This is why most of our pictures look horrible in the translated CHMs. Could you please fix this? We could edit the HTML code manually, but that's a lot of work.

Best regards,

Lars

Edit 1: Ok, there seems to be an option in the Project Wizard ("Update sizes in image styles") ... but how do I access this option in a project that has already been created?

Edit 2: Found it by trial-and-error - right click on the CHM entry in the lefthand project explorer, Properties. This is poorly documented though...the only entry I found in help was the Project Wizard and "HTML Help Source | Options" which I couldn't find at all in the menu (version 2010, build 306 here).

Last edited on Mon Aug 9th, 2010 02:58 pm by sgs

Back To Top PM Private Upload Quote Reply

 Posted: Mon Aug 9th, 2010 03:06 pm
PM Private Upload Quote Reply
Markus.Kreisel
Administrator


Joined: Sat Apr 8th, 2006
Location: Monschau, Germany
Posts: 2143
Status: 
Offline
Hi,

Please check Project - Edit Source - <Your Source> Options - Update image sizes / update sizes in image styles. Or you can right click in the project tree.

Hope this helps

Markus



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Private Upload Quote Reply

 Posted: Mon Aug 9th, 2010 03:16 pm
PM Private Upload Quote Reply
sgs
Member
 

Joined: Mon Aug 9th, 2010
Location:  
Posts: 3
Status: 
Offline
Ahhh...I had the option "Project is in a translate only mode" enabled, therefore the menu entry "Project - Edit Source" was not visible.

Even when you change the option for translate mode at runtime, all the menu entries do not appear until a restart! There should be a warning dialog for that....

Back To Top PM Private Upload Quote Reply

 Posted: Mon Aug 9th, 2010 03:28 pm
PM Private Upload Quote Reply
Markus.Kreisel
Administrator


Joined: Sat Apr 8th, 2006
Location: Monschau, Germany
Posts: 2143
Status: 
Offline
Hi,

I asked our R&D for some improvement in this. Perhaps it is even possible to update the menus. But only our R&D knows.

In the meantime you can read our blog with interesting topics:

http://www.the-localization-tool.com/

It focuses on issues which are not obvious on first sight. And it gives some background info helping you to get the most out of Sisulizer. We are always looking for topics to write about.

Brand new is our tutorial section:

http://www.sisulizer.com/localization/tutorials/tutorial-index.shtml

This offer will grow in the next months as well. It is for issues easier been shown than described in many words.

Markus



____________________
http://www.sisulizer.com - Three simple steps to localize
Back To Top PM Private Upload Quote Reply

 Posted: Mon Aug 9th, 2010 03:37 pm
PM Private Upload Quote Reply
sgs
Member
 

Joined: Mon Aug 9th, 2010
Location:  
Posts: 3
Status: 
Offline
Markus, thank you for your quick reply. Your help is much appreciated.

Back To Top PM Private Upload Quote Reply

Current time is 06:18 pm  
.NET, Delphi, ... - Sisulizer Localization Tool Support > Technical Support (You need to be registered at the forum to write) > Bugs and Quirks in Sisulizer > Problems with image quality of CHM file



WowUltra modified by Sisulizer Copyright © 2007-09 by Jim Hale - Based on WowBB Copyright © 2003-2006 Aycan Gulez

Sisulizer software localization tool - Three simple steps to localize