|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
Size sanity checkI've noticed a lot of stamps in Tux Paint have default sizes that are too large. We can provide hints, via .dat files for each stamp. Would someone here be willing to go through and either: (a) determine which stamps need help (b) do both (a) AND actually go in and fix them ? Thanks! :) -- -bill! Sent from my computer ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tuxpaint-stamps mailing list Tuxpaint-stamps@... https://lists.sourceforge.net/lists/listinfo/tuxpaint-stamps |
|
|
Re: Size sanity check2009/8/11 Bill Kendrick <nbs@...>:
> > I've noticed a lot of stamps in Tux Paint have default sizes that are > too large. We can provide hints, via .dat files for each stamp. > > Would someone here be willing to go through and either: > > (a) determine which stamps need help > (b) do both (a) AND actually go in and fix them Doesn't this depend on what resolution people are running in? What counts as too large? Caroline ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tuxpaint-stamps mailing list Tuxpaint-stamps@... https://lists.sourceforge.net/lists/listinfo/tuxpaint-stamps |
|
|
Re: Size sanity checkOn Tue, Aug 11, 2009 at 09:10:05PM +0100, Caroline Ford wrote:
> Doesn't this depend on what resolution people are running in? Not particularly. The scaling is relative to the canvas size. > What counts as too large? Use your judgement. Here are a few examples of too large (and also too small): * Helmeted guinea fowl * Brown slug * Woodlouse * Ant [svg] * Monarch butterfly [svg] * Spider [svg] (two of them) * Pair of glasses [svg] (two of them) * Pair of sunglasses [svg] (two of them) * T-shirt [svg] * Small cake [svg] (Also note: looks like a 'cupcake') * Pair of cherries * Strawberry * Cherimoya fruit ... etc. Again, I'm talking about the default size that the Stamp tool presents for a given stamp. (Don't change the PNGs themselves, just tell Tux Paint to default the size to something smaller. Kids might WANT a huge woodlouse on their picture, but they're more likely to want a bunch of small ones. :) ) Pretty much anything that looks like the default size (in the size control at the bottom of the screen) is at the far right (max, full, whatever), then it's likely that a hint needs to be given. (e.g., "scale 23%" or whathaveyou, in the .dat file.) EXTENDING docs should have details... I honestly forget what can be done here. (I think Albert added this feature.) Thanks! :) -bill! ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tuxpaint-stamps mailing list Tuxpaint-stamps@... https://lists.sourceforge.net/lists/listinfo/tuxpaint-stamps |
|
|
Re: Size sanity check2009/8/11 Bill Kendrick <nbs@...>:
> On Tue, Aug 11, 2009 at 09:10:05PM +0100, Caroline Ford wrote: >> Doesn't this depend on what resolution people are running in? > > Not particularly. The scaling is relative to the canvas size. > > >> What counts as too large? > > Use your judgement. > Here are a few examples of too large (and also too small): > > * Helmeted guinea fowl > * Brown slug > * Woodlouse > * Ant [svg] > * Monarch butterfly [svg] > * Spider [svg] (two of them) > * Pair of glasses [svg] (two of them) > * Pair of sunglasses [svg] (two of them) > * T-shirt [svg] > * Small cake [svg] (Also note: looks like a 'cupcake') > * Pair of cherries > * Strawberry > * Cherimoya fruit > ... etc. Arrgh. The majority of those are mine.. I guess my judgement is off. I've been aiming for ~300 pixels largest side. Caroline ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tuxpaint-stamps mailing list Tuxpaint-stamps@... https://lists.sourceforge.net/lists/listinfo/tuxpaint-stamps |
|
|
Re: Size sanity checkOn Tue, Aug 11, 2009 at 11:16:44PM +0100, Caroline Ford wrote:
> Arrgh. The majority of those are mine.. No worries, and no need to 'arrgh' ;) > I guess my judgement is off. I've been aiming for ~300 pixels largest side. Your size for PNGs is fine, and with SVGs you can't do anything about it. Like I said, we want users to be able to bump the size way up, so high-res stamps are a good thing. Tux Paint just needs hints for sane /default/ sizes. (i.e., rather than the size control be at 100% by default, have it at something a little smaller.) ... just a case of no .dat files, or lack of 'scale...' option therein. -bill! ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tuxpaint-stamps mailing list Tuxpaint-stamps@... https://lists.sourceforge.net/lists/listinfo/tuxpaint-stamps |
|
|
Re: Size sanity checkOn Tue, Aug 11, 2009 at 7:04 PM, Bill Kendrick<nbs@...> wrote:
> Your size for PNGs is fine, and with SVGs you can't do anything about it. That shouldn't be the case. SVGs do have some sort of default size embedded in them. I know this because Sugar will misbehave if an activity icon is not the right size. I think Wikipedia uses the specified size when you view the SVG by itself, much as you'd view a PNG at full size. BTW, I added **part** of the scaling. It had been some sort of unbounded percentage thing that wouldn't let you get back to the exact original size and didn't have reasonable bounds. It also didn't adjust for canvas size. The *.dat files didn't support scaling either; they were just for tinting IIRC. You did the scaler itself and all the UI controls. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tuxpaint-stamps mailing list Tuxpaint-stamps@... https://lists.sourceforge.net/lists/listinfo/tuxpaint-stamps |
|
|
Re: Size sanity checkOn Wed, Aug 12, 2009 at 04:23:24AM -0400, Albert Cahalan wrote:
> On Tue, Aug 11, 2009 at 7:04 PM, Bill Kendrick<nbs@...> wrote: > > > Your size for PNGs is fine, and with SVGs you can't do anything about it. > > That shouldn't be the case. SVGs do have some sort of > default size embedded in them. Ah, ok, I wondered. In any case, we're not picking it up. We probably can, since we're using SVG libraries directly. I'll add a ticket to SF.net. <snip> > BTW, I added **part** of the scaling. <snip> > The *.dat files didn't support scaling either; Er, sorry, that's what I meant. You added the option to the .dat file, so off the top of my head, I can't remember what kind of options it can take. I guess I'll get off my butt and look it up. :) If your stamp would be too big or too small, you can specify a scale factor. If your stamp would be 2.5 times as wide (or tall) as it should be, add the option "scale 40%" or "scale 5/2" or "scale 2.5" or "scale 2:5" to your image. You may include an "=" if you wish, as in "scale=40%". Thanks! -- -bill! Sent from my computer ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Tuxpaint-stamps mailing list Tuxpaint-stamps@... https://lists.sourceforge.net/lists/listinfo/tuxpaint-stamps |
| Free embeddable forum powered by Nabble | Forum Help |