Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
其他帖子声称回形针在处理时将 dpi 降低到 72,但事实并非如此。开箱即用,它使 dpi 保持不变。我需要打印质量为 300dpi 的原件,但显示器的拇指应该是 72dpi。我该怎么做(在处理上传时)?
has_attached_file :uploadedPhoto, :styles => {:portrait => "400x", :icon => "32x32#"}, :convert_options => {:portrait => '-strip -quality 60', :icon => '-strip -quality 60' }