Re: [Gimp-developer] GIMP GBR format spec

2003-07-14 Thread Stephen J Baker
Sven Neumann wrote:

Excuse me?!?!   JAR is used by every Java implementation in
existence, and since it is 100% compatible with ZIP, means you have
all of those implementations as well.


Java is not exactly what I would call well established, but that's not
a relevant argument here.
One issue we should at least think about with JAR is that since it *is*
the JAVA library mechanism, there is perhaps a risk of allowing virus writers
to attach bits of JAVA executable in what *appears* to be a GIMP image.
This is the kind of thing that email virus writers *love*.

Whilst I can't quite see how this would be a problem, it might be better
to just avoid the risk.

Steve Baker  (817)619-2657 (Vox/Vox-Mail)
L3Com/Link Simulation  Training (817)619-2466 (Fax)
Work: [EMAIL PROTECTED]   http://www.link.com
Home: [EMAIL PROTECTED]   http://www.sjbaker.org
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] GIMP GBR format spec

2003-07-14 Thread Leonard Rosenthol
At 7:16 AM -0500 7/14/03, Stephen J Baker wrote:
One issue we should at least think about with JAR is that since it *is*
the JAVA library mechanism, there is perhaps a risk of allowing virus writers
to attach bits of JAVA executable in what *appears* to be a GIMP image.
	If you don't open up the JAR file with a Java-based tool - 
you can't have Java executing.

	And even if you DO use Java to open up the JAR, nothing 
auto-executes - you'd have to manually kick it off.

	SO even if someone were to put Java bytecodes into a GIMP 
image file, it would never get executed...

Leonard
--
---
Leonard Rosentholmailto:[EMAIL PROTECTED]
 http://www.lazerware.com
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] Re: Re: [CinePaint-dev] GIMP GBR format spec

2003-07-14 Thread Øyvind Kolås
* Guillermo S. Romero / Familia Romero [EMAIL PROTECTED] [030714 13:13]:
 [EMAIL PROTECTED] (2003-07-10 at 1140.21 -0400):
  It is very sad to see that Sven thinks that Robin Rowe is the only 
  person to whom his ideas should be told.  Pity the rest of the GIMP 
  developers (current and future) who might like to comment on it.
 
 Use the list archives. Search engines let you restrict to servers. And
 IIRC basically it was about packing XML and some common image format
 like PNG into a some common archive format like TAR, so while not all
 soft will be able to open it, at least the user will be able to
 dissasamble it and load things by hand.

I am currently working on some code related to how GEGL works/is going
to work in cooperation with gimp, bundling complete projects in a
folder/tarball could be a good idea for this as well, my current format 

?xml version=1.0 encoding=ISO-8859-1?
bauxite
  graph name=main frames=200
node filter=avi_load x=32 y=27
  output id1=#1 /
  parameter name=file
value time=0.00 string=movie.avi /
  /parameter
  parameter name=frame
value time=0  float=0 /
value time=200 float=200 /
  /parameter
/node
node filter=bcontrast x=32 y=61
  input ref1=#1 /
  output id1=#2 /
  parameter name=brightness
value time=0.00 float=0.00 /
  /parameter
  parameter name=contrast
value time=0.00 float=1.00 /
  /parameter
/node
   node filter=tee x=32 y=98
  input ref1=#2 /
  output id1=#3 id2=#4 /
/node
node filter=quadtree x=32 y=131
  input ref1=#3 /
  output id1=#5 /
  parameter name=threshold
value time=0.00 float=78.00 /
  /parameter
/node
node filter=quadtree x=96 y=131
  input ref1=#4 /
  output id1=#6 /
  parameter name=threshold
value time=0.00 float=40.00 /
  /parameter
/node
node filter=mix x=65 y=167
  input ref1=#5 ref2=#6 /
  output id1=#7 /
  parameter name=ratio
value time=0.00 float=0.50 /
  /parameter
/node
node filter=display x=64 y=198
  input ref1=#7 /
/node
  /graph
/bauxite


http://phpweb.hig.no/~oey_kola/bauxite/bauxite.png

contains a screenshot where a similar processing graph is being edited.

/pippin
-- 
  .^.
  /V\Øyvind Kolås,  Gjøvik University College, Norway 
 /(_)\   [EMAIL PROTECTED],[EMAIL PROTECTED]
  ^ ^
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer