【问题标题】:Aviary Editor Reduces the image qualityAviary Editor 降低图像质量
【发布时间】:2016-06-06 05:44:20
【问题描述】:

我们正在使用 Aviary 编辑器在我们的网站中进行图像裁剪。使用 aviary 编辑后图像的质量会降低。这是默认行为还是我们可以更改任何设置

【问题讨论】:

  • Aviary 是一个商业 SDK。我建议你联系他们的支持并询问他们。
  • 请告诉我们您使用的图像编辑器版本。请注意,Aviary 已替换为 the Adobe Creative SDK Image Editor

标签: image-processing aviary


【解决方案1】:

检查这些选项

Intent imageEditorIntent = new AdobeImageIntent.Builder(this) .setData(uri) // input image source .withOutput(Uri.parse("file://" + getFilesDir() + "/my-pic-name.jpg")) // output file destination .withOutputFormat(Bitmap.CompressFormat.JPEG) // output format .withOutputSize(MegaPixels.Mp5) // output size .withOutputQuality(90) // output quality .build();

【讨论】:

    【解决方案2】:

    这是 Avairy 的默认行为。如果我们需要高质量的图像,则意味着我们需要购买高级计划

    【讨论】:

      猜你喜欢
      • 2019-08-23
      • 2017-08-03
      • 1970-01-01
      • 2010-11-12
      • 2012-11-07
      • 1970-01-01
      • 1970-01-01
      • 2016-02-09
      • 2010-12-03
      相关资源
      最近更新 更多