Skip to content

Releases: imgix/imgix-url-params

11.2.0

10 Sep 17:05
Compare
Choose a tag to compare
  • Added trim-pad parameter, which pads the area of the source image before trimming.

11.1.1

09 Aug 18:12
Compare
Choose a tag to compare
  • Rename Alias of blend-alpha
    • baplh -> balph
  • Removed default value from fill
  • Changed ba to blend-align
    • Added aliases:
      • blendalign
      • ba
  • Changed balph to blend-alpha
    • Added aliases:
      • blendalpha
      • baplh
  • Changed bc to blend-crop
    • Added aliases:
      • blendcrop
      • bc
  • Changed bf to blend-fit
    • Added aliases:
      • blendfit
      • bf
  • Changed bh to blend-h
    • Added aliases:
      • blendh
      • bh
  • Changed bm to blend-mode
    • Added aliases:
      • blendmode
      • bm
  • Changed bp to blend-pad
    • Added aliases:
      • blendpad
      • bp
  • Changed bs to blend-size
    • Added aliases:
      • blendsize
      • bs
  • Changed bw to blend-w
    • Added aliases:
      • blendw
      • bw
  • Changed bx to blend-x
    • Added aliases:
      • blendx
      • bx
  • Changed by to blend-y
    • Added aliases:
      • blendy
      • by
  • Added aliases to blend:
    • b
  • Added aliases to fill-color:
    • fillcolor
  • Added aliases to invert:
    • inv
  • Changed markalign to mark-align
    • Added aliases:
      • markalign
  • Changed markalpha to mark-alpha
    • Added aliases:
      • markalpha
      • malph
  • Changed markbase to mark-base
    • Added aliases:
      • markbase
  • Changed markfit to mark-fit
    • Added aliases:
      • markfit
  • Changed markh to mark-h
    • Added aliases:
      • markh
  • Changed markpad to mark-pad
    • Added aliases:
      • markpad
  • Changed markscale to mark-scale
    • Added aliases:
      • markscale
  • Changed markw to mark-w
    • Added aliases:
      • markw
  • Changed markx to mark-x
    • Added aliases:
      • markx
  • Changed marky to mark-y
    • Added aliases:
      • marky
  • Changed mono to monochrome
    • Added aliases:
      • mono
  • Changed or to orient
    • Added aliases:
      • or
  • Changed trimcolor to trim-color
    • Added aliases:
      • trimcolor
  • Changed trimmd to trim-md
    • Added aliases:
      • trimmd
  • Changed trimsd to trim-sd
    • Added aliases:
      • trimsd
  • Changed trimtol to trim-tol
    • Added aliases:
      • trimtol
  • Changed txtbox to txt-box
    • Added aliases:
      • txtbox
  • Changed txtclip to txt-clip
    • Added aliases:
      • txtclip
  • Changed txtfit to txt-fit
    • Added aliases:
      • txtfit
  • Changed txtfont to txt-font
    • Added aliases:
      • txtfont
  • Changed txtlead to txt-lead
    • Added aliases:
      • txtlead
  • Changed txtlig to txt-lig
    • Added aliases:
      • txtlig
  • Changed txtline to txt-line
    • Added aliases:
      • txtline
  • Changed txtpad to txt-pad
    • Added aliases:
      • txtpad
  • Changed txtshad to txt-shad
    • Added aliases:
      • txtshad
  • Changed txtsize to txt-size
    • Added aliases:
      • txtsize
  • Changed txttrack to txt-track
    • Added aliases:
      • txttrack
  • Changed txtwidth to txt-width
    • Added aliases:
      • txtwidth

11.0.0

28 Jun 20:50
Compare
Choose a tag to compare
  • Added ar parameter, which resizes an image based on the given aspect ratio
  • Added font as an expectation type for the txtfont parameter.
  • Added color_keyword as an expectation option for the following parameters:
    • bg
    • blend
    • border
    • fill-color
    • maskbg
    • mono
    • trimcolor
    • txtclr
    • txtlineclr
  • Added three additional lists to the distributable files:
    • categoryValues, with a list of all parameter categories
    • fontValues, with a list of all font names accepted for font values
    • colorKeywordValues, with a list of all colors accepted for color_keyword values

10.2.1

18 Jun 15:51
Compare
Choose a tag to compare
  • Updated the category for duotone and duotone-alpha from "adjustment" to "stylize".

10.2.0

06 Jun 22:16
Compare
Choose a tag to compare
  • Added duotone parameter, which applies a duotone effect to images when given two colors
  • Added duotone-alpha parameter, which changes the opacity of the aforementioned duotone effect, overlaid over the original image.

10.0.0

28 Feb 19:48
Compare
Choose a tag to compare
  • Added disallow_base64 option to parameter schema
  • Updated auto.yaml & ch.yaml with disallow_base64 = true

9.6.1

07 Dec 20:38
Compare
Choose a tag to compare
  • Renamed a bunch of categories, to better align with our documentation.
  • Updated the display_name of several parameters, to better match our documentation.
  • Added true as an option for the auto parameter. This is an older mode of this API, and does something akin to auto=enhance,redeye. While we don't want to push this parameter publicly (since it's been superseded by auto=enhance and auto=redeye, it's still important that it gets documented as a legal value for the auto param.

9.3.0

01 Oct 20:50
Compare
Choose a tag to compare
  • Remove fill-blur parameter
  • Fix URL values for fill and fill-color

9.2.1

01 Oct 15:34
Compare
Choose a tag to compare
  • Fixed the maximum value for the fill-blur param's unit scalar expectation.

9.2.0

28 Sep 21:03
Compare
Choose a tag to compare
  • Added the fill parameter, for specifying fill mode
  • Added the fill-color parameter, for specifying fill color when fill=solid
  • Added the fill-blur parameter, for specifying blur radius when fill=blur
  • Updated the bg parameter to belong to the new fill category
  • Removed the bg category