Suggestions for Logoedit

Posted by: tfabris

Suggestions for Logoedit - 17/10/2002 10:40

I haven't updated the Empeg Logo Editor in almost two years.

There seems to be a bug in the upload.c code, and when I fix that (assuming I even can fix it), I'll release a new build of the logo editor program to go with it. Anyone have any suggestions on additional MINOR improvements I could make to logo editor? Things that would only take a minute to do?

Examples of things I will do, and the types of suggestions I'm looking for:

- Fix bug in upload.c that causes "failed to get echoback on lock" error.
- Improve the text on the main menu so that erasing a logo and switching between the Rio/Empeg personality is more obvious.

Examples of things that are too big and I won't be doing so don't suggest them:

- Create a rubber-band tool for the drawing window.
- Multi-level undo.
- Animation editor.
Posted by: ricin

Re: Suggestions for Logoedit - 17/10/2002 10:54

How about the ability to pull the logo (and animation) back off the player, if hijack is installed? Since it's just a simple ftp transfer...
Posted by: tfabris

Re: Suggestions for Logoedit - 17/10/2002 10:56

Nice idea, but I'd have to write a whole new module for that since I'm not doing any FTP at all yet. Too big for what I want to do.
Posted by: ricin

Re: Suggestions for Logoedit - 17/10/2002 11:02

Damn, but you're using VB right? There are tons of FTP client libraries already written.
Posted by: tfabris

Re: Suggestions for Logoedit - 17/10/2002 11:07

Hmm. Maybe if it's easy, I'll try it.
Posted by: tonyc

Re: Suggestions for Logoedit - 17/10/2002 11:48

<Slashdot>

But does it run on Linux?

</Slashdot>

Posted by: tfabris

Re: Suggestions for Logoedit - 17/10/2002 11:49

<smartass>

No.

</smartass>
Posted by: papinist

Re: Suggestions for Logoedit - 17/10/2002 14:33

I don't know how much complicated is this, so feel free to ignore it:

- the ability to upload the AnnaVU, TuxTooMuch and similar images (I don't remember if these want the compressed format or not); obviously not the ImagePan one
Posted by: tfabris

Re: Suggestions for Logoedit - 17/10/2002 14:39

Hmm. Maybe. I'll look at it.
Posted by: loren

Re: Suggestions for Logoedit - 17/10/2002 14:49

yeah! that's a great idea... it'd be cool to have the image upload type stuff all in one place.
Posted by: Laura

Re: Suggestions for Logoedit - 17/10/2002 14:52

That would be a great feature and I hope that would include the image pan.
Posted by: tfabris

Re: Suggestions for Logoedit - 17/10/2002 14:59

Well, see, the trick is that the software was hard-coded to edit a pair of 128x32 images. To add an ImagePan editor, I'd have to rework a bunch of the low-level bits of the way the window and screen are drawn. Also, I would have to incorporate the RLE compression algorithm into my code to compress the image pan image. All of that is more work than I wanted to go to right now.

BUT... The TuxMuch and AnnaVu images are already the right size. And they don't have to be RLE-compressed. And if I'm adding FTP code to grab images from the player, then it's not a big deal to have it throw those images back TO the player.

So there's more of a chance that you'd get AnnaVu/TuxMuch in there than Image Pan.
Posted by: jets

Re: Suggestions for Logoedit - 17/10/2002 15:48

I'd like to be able to select what 2 colors I can have associated with each of the mouse buttons at any given time. Right now, right click is always black.
Posted by: Laura

Re: Suggestions for Logoedit - 17/10/2002 15:49

I'll put it on my Christmas wish list then
Posted by: tfabris

Re: Suggestions for Logoedit - 17/10/2002 16:10

I'd like to be able to select what 2 colors I can have associated with each of the mouse buttons at any given time. Right now, right click is always black.

Hmm. I've got other editors which do that, so I understand your need for the feature. However that's more than I wanted to bite off at this time (it would take some user interface changes).

I kinda liked the way it worked so that right button was always erase, but to each his own.
Posted by: JBjorgen

Re: Suggestions for Logoedit - 17/10/2002 16:25

AOL on the Anna VU and TuxTooMuch updates....much needed.
Posted by: jets

Re: Suggestions for Logoedit - 17/10/2002 16:33

I kinda liked the way it worked so that right button was always erase, but to each his own.

this is true...hmm. well, it's no biggie but if ya ever get around to it that would be a neat addition.
Posted by: frog51

Re: Suggestions for Logoedit - 18/10/2002 05:04

I reckon it does literally everything I need it to. Nice and straightforward/easy. It is still my favourite method for uploading new hijack versions.

I guess my only wishlist item is also probably a difficult one - intelligent antialiasing so I don't need to manually make my curves smooth.
Posted by: mschrag

Re: Suggestions for Logoedit - 20/10/2002 10:33

<jemplode>

</jemplode>