YOUR ACCOUNT

Messages 46 - 60 of 60
First | Prev. | 1 2 | Next | Last 
Login or Register to post new topics or replies
Sign Guy
Digital Art Developer-Publisher

Posts: 554
Quote
The whole thing is like splitting hairs anyways.....because any talented author or programmer can reproduce any effect that they see.....either with the SDK or FF.....so any contract might only prolong the inevitable. What if an author gave a copy of the contracted filter to someone else to submit or use??? What company would waste that kind of money trying to track that down and prove it in Court??? It would have to be some kind of golden-money-making filter.....and I just can't see it ever happening.....
Steve


I think you underestimate the value of both convenience and higher skilled people selling to lower skilled people.

Fred Weiss
Allied Computer Graphics, Inc.
  Details E-Mail
Rawn (RawArt)
Texture Artist

Posts: 812
Filters: 105
Unless FF develops another version of FF which would be a "Production" version that can somehow be encrypted so that FF can use the filter, but the ability to open it in the editor is locked out.

  Details E-Mail
jffe
Posts: 2869
Filters: 90
Quote
Rawn (RawArt) wrote:
Unless FF develops another version of FF which would be a "Production" version that can somehow be encrypted so that FF can use the filter, but the ability to open it in the editor is locked out.


----I've only been suggesting this for 6 months+ now. Not being a coder, I am not sure what all is possible to "lock" with the .ffxml files, but if it is possible to encrypt them, then FF should just do it, and allow 2 stages of locking. One stage to lock the filter from being opened, and the other to lock both opening the filter, and to lock the controls from being adjusted at all. Why the 2nd one ? Well, wouldn't ya rather have 20 presets from a great filter to use than nothing at all ? At any rate, FF has shown no interest in doing anything like this yet, most likely because, 1) they have enough people submitting totally open filters, and decent ones at that sometimes, and 2) it wouldn't really benefit them in any way at all, mostly because of reason #1.

jffe
Filter Forger
  Details E-Mail
Sign Guy
Digital Art Developer-Publisher

Posts: 554
That's where I disagree jffe.

FF's interest is in selling their application. Lots of free filters makes that easier for them. But that doesn't serve the needs of the filter authors who might be making commercial level filters with the right profit incentive.

Look at Alien Skin's Eye Candy filters. They are only possible because a symbiotic relationship exists between them and Adobe. Adobe provides Alien Skin what they need because Adobe sells more Photoshop licenses because of the value adding being done by Alien Skin. If FF sees that they would sell a large quantity of Filter Forge apps because you and others have developed commercial level filters that people want to license from you and are willing to also license Filter Forge to do so, then FF has to be crazy not to act in their own self interest.

Fred Weiss
Allied Computer Graphics, Inc.
  Details E-Mail
ahimsa

Posts: 3163
Filters: 41
A question. If you buy someone's filter, do they receive a percentage of the sales from art created from the filters or just a flat out fee for the filter? Just wondering as I plan to use my unsubmitted filters to make textures to sell at places like Renderosity, 3DCommune, Poser Pros, and Content Paradise where I would benefit by keeping my filters to myself and selling only the results. smile:)
  Details E-Mail
jffe
Posts: 2869
Filters: 90
Well, we already know they can lock the filters from being opened, this has been a fact for a while now, since a few months back when they started selling the $99 no-editing allowed version of FF. Why won't they do it for the pro version ? Because they obviously must not see/understand/agree with the benefit(s) you mentioned Fred. I do of course, but I can't help but play devil's advocate and arrange the known facts, to show where we are at in time and what has been done and what has not been done, so that a theory can then be presented about the not-done part.

jffe
Filter Forger
  Details E-Mail
StevieJ
Designer/Artist

Posts: 11264
Filters: 163
Quote
Sign Guy wrote:
I think you underestimate the value of both convenience and higher skilled people selling to lower skilled people.

No, I think you misunderstood.....I was talking about the futility of trying to protect a filter concept.....

Encryption coding is never going to happen because it slows filters too much.....

Tagging and/or encrypting to apply a serial number beyond FFs' programming would undoubtedly result in the program not accepting the filter.....
Steve

"Buzzards gotta eat...same as worms..." - Clint :)
  Details E-Mail
jffe
Posts: 2869
Filters: 90
Quote
StevieJ wrote:
Encryption coding is never going to happen because it slows filters too much.....


----Stevie, it's already been done man, that's what the $99 express version of FF is, ya can't open/edit the filters. And even if it was done inside the FF program, then it should be just as easy to do it in the filters themselves, it's just a yes/no tag, can I open this filter, yes, or no.

jffe
Filter Forger
  Details E-Mail
Sign Guy
Digital Art Developer-Publisher

Posts: 554
Even if filters were sold unlocked and unprotected from illegal duplication you still cover them with a software license agreement which many people will respect. Such a license would include not providing it to any third party for free distribution. So if someone submits to the FF site and it somehow gets put up for free download, a simple email pointing out the copyright infringement should get it taken down pretty quick.

In the end, everything you do in this regards will help but never be foolproof. I make my living selling clipart with my eyes wide open that some of it gets passed around. But enough gets paid for to still make it worthwhile.

You have to remember that for someone to cause you loss, they would have to

1. Have the Filter Forge application
2. Have access to your filter
3. Know what your filter does
4. Actually want to use your filter

By the time you get that far you're down to a pretty small number.

Fred Weiss
Allied Computer Graphics, Inc.
  Details E-Mail
Kraellin
Kraellin

Posts: 12749
Filters: 99
it's not that simple, jffe. in the $99 version, the FF ENGINE is locked, not the filters. the filters are all xml style, which means anyone can open them and alter them in notepad. it's just a sort of script file that tells the engine what parameters are requested/required. i've done it. i had to fix one of my filters once and simply opened it in notepad and edited it so that it worked again (after a crash).

you could tag the filters, but again, xml, script, easily opened, tag can be removed or altered. same with a serial number. i suppose you could do a crc check or something to make sure the byte count/arithmetic was right, though. but it's not as easy as just saying 'lock the filters'.

contracts between producer and buyer would/could work. you do own the copyrights to any filter you produce. selling outright would be the same. just one warning on that, though, you'd have to register your filter with the copyright office. you cant sue based on copyright unless the copyright is registered. (or at least, that's how i read the copyright law).
If wishes were horses... there'd be a whole lot of horse crap to clean up!

Craig
  Details E-Mail
StevieJ
Designer/Artist

Posts: 11264
Filters: 163
Quote
jffe wrote:
Stevie, it's already been done man, that's what the $99 express version of FF is, ya can't open/edit the filters. And even if it was done inside the FF program, then it should be just as easy to do it in the filters themselves, it's just a yes/no tag, can I open this filter, yes, or no.

jffe, dude smile:D I'm talking about the security encryptions.....as Vlad stated, they aren't going to put them on because they create a serious drag on filter speed.....
Quote
Kraellin wrote:
you'd have to register your filter with the copyright office. you cant sue based on copyright unless the copyright is registered. (or at least, that's how i read the copyright law).

True....
Steve

"Buzzards gotta eat...same as worms..." - Clint :)
  Details E-Mail
jffe
Posts: 2869
Filters: 90
Quote
StevieJ wrote:
jffe, dude I'm talking about the security encryptions.....as Vlad stated, they aren't going to put them on because they create a serious drag on filter speed.....


----I'm not really aware of that bit, I didn't see Vlad's post about it. But, o.k., so it slows the filter down some, still not really a big deal, make them lockable, it's not like everyone (or even all that many people) is gonna choose that option anyways.

jffe
Filter Forger
  Details E-Mail
Kraellin
Kraellin

Posts: 12749
Filters: 99
since there's such a division on this point, maybe there shld be a separate version, an 'enterprise' version of FF
If wishes were horses... there'd be a whole lot of horse crap to clean up!

Craig
  Details E-Mail
Sign Guy
Digital Art Developer-Publisher

Posts: 554
Don't take this statement as a condoning of software piracy but consider this:

Clipart, digital image and stock photography collections as well as utility software applications are all sold with no protection other than an EULA and perhaps a book that is difficult to reproduce and is integral to using the collection efficiently.

Fonts are sold all over the place with no protection other than an EULA.

Both suffer losses from some illegal duplication and redistribution. But they recognize and accept that they can do no better without expense and customer inconvenience. Yet they still produce and sell products. They do this because it is still a profitable enterprise.

If you could sell 1,000 licenses of a filter you created for $29.00 a copy and had the advance knowledge that 2,000 illegal copies would also come into circulation as a result, would you ... Make the sale and enjoy the $29,000 or would you go and do something else because you couldn't stand the thought that you were also getting ripped off?

I actually had a guy walk into my store selling clipart door-to-door and by the time I got to the third page of his catalog I starting seeing my own work that his suppliers had stolen from me. It stung like hell and made me angry.

But I still publish clipart.
Fred Weiss
Allied Computer Graphics, Inc.
  Details E-Mail
StevieJ
Designer/Artist

Posts: 11264
Filters: 163
Quote
Sign Guy wrote:
I actually had a guy walk into my store selling clipart door-to-door and by the time I got to the third page of his catalog I starting seeing my own work that his suppliers had stolen from me. It stung like hell and made me angry.

I bet.....
Quote
jffe wrote:
make them lockable

Don't get me wrong.....I actually like the idea.....but I have a hard time believing that FF would ever do it.....
Quote
ahimsa wrote:
A question. If you buy someone's filter, do they receive a percentage of the sales from art created from the filters or just a flat out fee for the filter?

Only if you have a contract with those terms. If someone is selling a filter, those types of terms would be very desirable.....
Steve

"Buzzards gotta eat...same as worms..." - Clint :)
  Details E-Mail

Messages 46 - 60 of 60
First | Prev. | 1 2 | Next | Last 

Join Our Community!

Filter Forge has a thriving, vibrant, knowledgeable user community. Feel free to join us and have fun!

33,711 Registered Users
+18 new in 30 days!

153,533 Posts
+31 new in 30 days!

15,348 Topics
+73 new in year!

Create an Account

Online Users Last minute:

27 unregistered users.