JCOGS Design

Results 70 issues of JCOGS Design

Replace some implicit float->int conversions with use of round(x,0)

replace some implicit float->int conversions with use of round(x,0)

Updated parseString to handle `rgb()`, `rgba()`, and 4 and 8 character hex-code color values.

I have developed a modification for RGB and RGBA that accepts parameter values for R G B as %, as per spec for these color definitions - so for example...

While this might be fixed by transitioning to use of a common / universal color definition for internal storage (i.e. all colours are instances of a generalised colour definition, converted...

I did this: ``` $colour = "hsla(331,96%,90%,0.76)" $the_colour = @Factory::fromString($colour); ``` This creates a `Spatie\Color\Hsla` object with this value: ``` $the_colour: Spatie\Color\Hsla hue: 331 saturation: 96 lightness: 90 alpha: 0.76...

Is this degree of control possible using Intervention/Image? The documentation does not make it clear which version of webp image is produced when an image is encoded with webp -...

It appears that Intervention saves PNGs using the default level of compression (-1) when working with GD library and the JPEG default compression level when using Imagemagick. It would be...

minor-release

If you click on "new" in the "Relate" dialog box associated with a Relationship field, the dialog that appears is very difficult to navigate - it would appear all the...

Bug: Accepted

## Small modification to AR join() method to support use of join aliases Adds optional fourth parameter to specify an alias for a join (no previous fourth parameter so backward...