Skip to content

Commit

Permalink
organizing test images
Browse files Browse the repository at this point in the history
  • Loading branch information
depsypher committed Jan 14, 2013
1 parent 4f79b0b commit 2b36f8f
Show file tree
Hide file tree
Showing 909 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PngtasticLayerer.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.googlecode.pngtastic.PngtasticLayerer"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--toDir . --logLevel debug --outFile build/layered.png --compressionLevel 9 images/robohash/bg1/000#robotBG-11.png images/robohash/blue/003#01Body/000#blue_body-10.png images/robohash/blue/004#02Face/000#blue_face-07.png images/robohash/blue/000#Mouth/000#blue_mouth-10.png images/robohash/blue/001#Eyes/000#blue_eyes-07.png images/robohash/blue/002#Accessory/009#blue_accessory-08.png"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--toDir . --logLevel debug --outFile build/layered.png --compressionLevel 9 images/layerer/bg1/000#robotBG-11.png images/layerer/blue/003#01Body/000#blue_body-10.png images/layerer/blue/004#02Face/000#blue_face-07.png images/layerer/blue/000#Mouth/000#blue_mouth-10.png images/layerer/blue/001#Eyes/000#blue_eyes-07.png images/layerer/blue/002#Accessory/009#blue_accessory-08.png"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="pngtastic"/>
</launchConfiguration>
2 changes: 1 addition & 1 deletion PngtasticOptimizer.launch
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
<listEntry value="org.eclipse.debug.ui.launchGroup.run"/>
</listAttribute>
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.googlecode.pngtastic.PngtasticOptimizer"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--toDir ./build --logLevel debug --fileSuffix .foo.png images/amigaball.png"/>
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="--toDir ./build --logLevel debug --fileSuffix .foo.png images/optimizer/amigaball.png"/>
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="pngtastic"/>
</launchConfiguration>
3 changes: 1 addition & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,7 @@ Pngtastic - PNG image optimizer
<taskdef classname="com.googlecode.pngtastic.ant.PngOptimizerTask" classpath="build/dist/pngtastic-${pngtastic.version}.jar" name="pngtastic" />
<pngtastic todir="build/images" compressionLevel="9" loglevel="info">
<fileset dir="images">
<include name="**/*.png" />
<exclude name="robohash/**/*" />
<include name="optimizer/**/*.png" />
</fileset>
</pngtastic>
</target>
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit 2b36f8f

Please sign in to comment.