PHPImageOptim\Tools\Common::determinePostOptimisedFileSize PHP Method

determinePostOptimisedFileSize() public method

Calculates and stores the post-optimised fileSize
    public function determinePostOptimisedFileSize()
    {
        $this->finalFileSize = filesize($this->imagePath);
        return $this;
    }