MangaTranslation.com Forum Index MangaTranslation.com
Manga Translation by fans, for fans.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Version 1.9.0
Goto page Previous  1, 2
 
Post new topic   Reply to topic    MangaTranslation.com Forum Index -> Great Manga Application Onidzuka
View previous topic :: View next topic  
Author Message
FuguTabetai
Shifu
Shifu


Joined: 10 Feb 2003
Posts: 2497
Location: Tokyo, Japan

PostPosted: Sat Apr 05, 2008 9:44 pm    Post subject: Reply with quote

(Or control on windows, I don't know. One of the modifier keys.) Alt-b. It should pop up when you hover over the button. I use it *all* the time.

I haven't had any time to spend on programming lately: work and personal life are crazy busy, and I've been trying to translate some stuff lately, so I haven't been able to look at all these great bug reports. I do want to get at it though.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
trado
Tamashii
Tamashii


Joined: 21 Sep 2006
Posts: 51

PostPosted: Mon Apr 07, 2008 2:06 am    Post subject: Reply with quote

Alright.

Just curious. Why do you have it store the page dimensions? If the page size changes, the values become wrong, for example if you use web raws for tsling and then later get scanned ones before the release of a chapter.

Also, I've been exporting some stuff and a page called missing.jpg keeps showing up. What's the reason for it?
Back to top
View user's profile Send private message
FuguTabetai
Shifu
Shifu


Joined: 10 Feb 2003
Posts: 2497
Location: Tokyo, Japan

PostPosted: Mon Apr 07, 2008 7:44 am    Post subject: Reply with quote

I store the page dimensions because I used to do some scaling that would let you zoom in / zoom out. It was a crappy way to do it though, a better way is to apply a scaling transform to the Graphics object, and not mess with translating the coordinates for the points.

If you translate on scans that are not what you want to output with you are in trouble anyway, since the bubbles won't line up. I had some code in there at one point that would let you uniformly scale the X/Y coordinates for just that purpose, but it never worked very well, and in the end I think it is best to just translate with a nice quality source that you can use to output with.

Otherwise, you might as well just type in your translation and hand it off to other people to edit in real graphics software like the Gimp... Smile
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
trado
Tamashii
Tamashii


Joined: 21 Sep 2006
Posts: 51

PostPosted: Mon Apr 07, 2008 7:51 am    Post subject: Reply with quote

Well, it's not really a problem to move em/resize em. Sides, sometimes cleaning is just a pain in the ass and you don't want to do it. Right now I have a tsler translating from web scans, and the scanners gonna get to scanning that vol later. Then I'll just switch out the pages/combine doubles. Productivity train or something like that Razz
Back to top
View user's profile Send private message
FuguTabetai
Shifu
Shifu


Joined: 10 Feb 2003
Posts: 2497
Location: Tokyo, Japan

PostPosted: Tue Apr 08, 2008 5:28 am    Post subject: Reply with quote

ah, sounds nice when you've got help. I used to get some great support from Ki Shodar back when I was doing scans and putting those out. Now I'm just doing text translations mostly, so it isn't a big deal. Smile
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
trado
Tamashii
Tamashii


Joined: 21 Sep 2006
Posts: 51

PostPosted: Tue Apr 08, 2008 9:10 pm    Post subject: Reply with quote

Well, it's a joint, otherwise I usually do everything.

I've been exporting some stuff and a page called missing.jpg keeps showing up. Just wondering what it is.
Back to top
View user's profile Send private message
FuguTabetai
Shifu
Shifu


Joined: 10 Feb 2003
Posts: 2497
Location: Tokyo, Japan

PostPosted: Wed Apr 09, 2008 8:36 am    Post subject: Reply with quote

missing.jpg pops up when the page numbers are not sequential. GMAO kind of idiotically just increments each page by one to export a range.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
trado
Tamashii
Tamashii


Joined: 21 Sep 2006
Posts: 51

PostPosted: Wed Apr 09, 2008 11:19 am    Post subject: Reply with quote

Oh, that's cause I had some doubles in there, v03_012-013.jpg kind of thing. To the list!
Back to top
View user's profile Send private message
trado
Tamashii
Tamashii


Joined: 21 Sep 2006
Posts: 51

PostPosted: Sun Apr 27, 2008 8:50 pm    Post subject: Reply with quote

Hey, would implementing anti-aliasing on text be doable?
Back to top
View user's profile Send private message
FuguTabetai
Shifu
Shifu


Joined: 10 Feb 2003
Posts: 2497
Location: Tokyo, Japan

PostPosted: Mon Apr 28, 2008 6:23 am    Post subject: Reply with quote

Quote:

Primary
-Fix the gutter option.


I started looking at this last night, and I want to really give the developer of this software a piece of my mind: the drawing code is god-awful. (Sadly, I would have to travel back in time and yell at myself, but...)

I've initially implemented the gutter stuff so that it is kind of a "padding" from the sides of the bubble, but I haven't tracked down all the places I need to make changes for this to work. I'll look at it some more tonight, but right now I'm confounded: I think I have all the correct code in all the correct places, but I'm missing something because the full width of the bubble doesn't reflect the padding.
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
FuguTabetai
Shifu
Shifu


Joined: 10 Feb 2003
Posts: 2497
Location: Tokyo, Japan

PostPosted: Mon Apr 28, 2008 8:59 pm    Post subject: Reply with quote

trado wrote:
Hey, would implementing anti-aliasing on text be doable?

This has been in since forever. In the GMAO Options, Files/Data section (this should be in Appearance I guess...) click the "antialias" checkbox.

It looks much, much better on OSX than Windows for me, but that is because of the Quartz rendering pipeline (which they removed and default to Sun's rendering pipeline now. That is what caused the god-awful performance on Mac. I've got it using the Quartz rendering pipeline for now and that fixes things, but it will probably die in a year or two.)
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
trado
Tamashii
Tamashii


Joined: 21 Sep 2006
Posts: 51

PostPosted: Tue Apr 29, 2008 3:30 pm    Post subject: Reply with quote

Hmm, I guess cause someone said the fonts on my stuff looked aliased, but now that I look at it, it doesn't so never mind that.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    MangaTranslation.com Forum Index -> Great Manga Application Onidzuka All times are GMT - 5 Hours
Goto page Previous  1, 2
Page 2 of 2

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


Powered by phpBB © 2001, 2005 phpBB Group