Rakefile in squid-1.0.0.beta2 vs Rakefile in squid-1.0.0.beta3
- old
+ new
@@ -10,9 +10,10 @@
desc 'Generate the readme'
task :readme do
print 'Building readme... '
require_relative 'examples/readme'
print 'Extracting screenshots...'
+ # Note: images 17, 18 and 19 need to be cropped at 309 (not 280) because they have more code
`convert -density 175 -colorspace sRGB readme.pdf -resize 50% -quality 100 -crop 744x320+0+280 examples/screenshots/readme_%02d.png`
puts 'DONE!'
end
\ No newline at end of file