| View previous topic :: View next topic |
| Author |
Message |
FuguTabetai Shifu


Joined: 10 Feb 2003 Posts: 2497 Location: Tokyo, Japan
|
Posted: Sat Apr 05, 2008 9:44 pm Post subject: |
|
|
(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 |
|
 |
trado Tamashii

Joined: 21 Sep 2006 Posts: 51
|
Posted: Mon Apr 07, 2008 2:06 am Post subject: |
|
|
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 |
|
 |
FuguTabetai Shifu


Joined: 10 Feb 2003 Posts: 2497 Location: Tokyo, Japan
|
Posted: Mon Apr 07, 2008 7:44 am Post subject: |
|
|
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...  |
|
| Back to top |
|
 |
trado Tamashii

Joined: 21 Sep 2006 Posts: 51
|
Posted: Mon Apr 07, 2008 7:51 am Post subject: |
|
|
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  |
|
| Back to top |
|
 |
FuguTabetai Shifu


Joined: 10 Feb 2003 Posts: 2497 Location: Tokyo, Japan
|
Posted: Tue Apr 08, 2008 5:28 am Post subject: |
|
|
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.  |
|
| Back to top |
|
 |
trado Tamashii

Joined: 21 Sep 2006 Posts: 51
|
Posted: Tue Apr 08, 2008 9:10 pm Post subject: |
|
|
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 |
|
 |
FuguTabetai Shifu


Joined: 10 Feb 2003 Posts: 2497 Location: Tokyo, Japan
|
Posted: Wed Apr 09, 2008 8:36 am Post subject: |
|
|
| 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 |
|
 |
trado Tamashii

Joined: 21 Sep 2006 Posts: 51
|
Posted: Wed Apr 09, 2008 11:19 am Post subject: |
|
|
| Oh, that's cause I had some doubles in there, v03_012-013.jpg kind of thing. To the list! |
|
| Back to top |
|
 |
trado Tamashii

Joined: 21 Sep 2006 Posts: 51
|
Posted: Sun Apr 27, 2008 8:50 pm Post subject: |
|
|
| Hey, would implementing anti-aliasing on text be doable? |
|
| Back to top |
|
 |
FuguTabetai Shifu


Joined: 10 Feb 2003 Posts: 2497 Location: Tokyo, Japan
|
Posted: Mon Apr 28, 2008 6:23 am Post subject: |
|
|
| 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 |
|
 |
FuguTabetai Shifu


Joined: 10 Feb 2003 Posts: 2497 Location: Tokyo, Japan
|
Posted: Mon Apr 28, 2008 8:59 pm Post subject: |
|
|
| 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 |
|
 |
trado Tamashii

Joined: 21 Sep 2006 Posts: 51
|
Posted: Tue Apr 29, 2008 3:30 pm Post subject: |
|
|
| 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 |
|
 |
|